Click or drag to resize

ImagePrintDocument Constructor (AtalaImage)

Initializes a new instance of ImagePrintDocument specifying an array of images to print on multiple pages.

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(
	params AtalaImage[] images
)

Parameters

images
Type: Atalasoft.ImagingAtalaImage
The array of AtalaImage's to print on multiple sheets.
See Also