Click or drag to resize

ImagePrintDocument Constructor (Boolean, PrintScaleMode, AtalaImage)

Initializes a new instance of ImagePrintDocument specifying the ImageCollection to print and the center and scalemode 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,
	AtalaImage image
)

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).
image
Type: Atalasoft.ImagingAtalaImage
The AtalaImage to print on a single sheet.
See Also