Click or drag to resize

ImagePrintDocument Constructor (Boolean, PrintScaleMode, ImageCollection)

Initializes a new instance of ImagePrintDocument specifying the ImageCollection to print and the center and fit to page settings.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ImagePrintDocument(
	bool center,
	PrintScaleMode scaleMode,
	ImageCollection images
)

Parameters

center
Type: SystemBoolean
Indicates if the image is centered on the page.
scaleMode
Type: Atalasoft.Imaging.WinControlsPrintScaleMode
Specifies how the image is scaled to fit the page (if at all).
images
Type: Atalasoft.ImagingImageCollection
An ImageCollection to print on multiple sheets.
See Also