Click or drag to resize

ImagePrintDocument Constructor (Boolean, Boolean, ImageCollection)

Note: This API is now obsolete.

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
[ObsoleteAttribute("Th fitToPage parameter is obsolete and will be removed from future versions.", 
	false)]
public ImagePrintDocument(
	bool center,
	bool fitToPage,
	ImageCollection 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.ImagingImageCollection
An ImageCollection to print on multiple sheets.
See Also