Click or drag to resize

ImagePrintDocument Constructor (Boolean, Boolean, AtalaImage)

Note: This API is now obsolete.

Initializes a new instance of ImagePrintDocument specifying an array of images 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
[ObsoleteAttribute("The fitToPage parameter is obsolete and will be removed from future versions.", 
	false)]
public ImagePrintDocument(
	bool center,
	bool fitToPage,
	params AtalaImage[] images
)

Parameters

center
Type: SystemBoolean
Indicates if the image is centered on the page.
fitToPage
Type: SystemBoolean
Indicates if the image is resized to fit the page.
images
Type: Atalasoft.ImagingAtalaImage
The array of AtalaImage's to print on multiple sheets.
See Also