Click or drag to resize

ImagePrintDocument Constructor (ImageCollection)

Initializes a new instance of ImagePrintDocument specifying the image to print.

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(
	ImageCollection images
)

Parameters

images
Type: Atalasoft.ImagingImageCollection
An ImageCollection to print on multiple sheets.
See Also