Click or drag to resize

ImagePrintDocument Constructor

Overload List
  NameDescription
Public methodImagePrintDocument
Initializes a new instance of ImagePrintDocument.
Public methodImagePrintDocument(AtalaImage)
Initializes a new instance of ImagePrintDocument specifying an image to print.
Public methodImagePrintDocument(AtalaImage)
Initializes a new instance of ImagePrintDocument specifying an array of images to print on multiple pages.
Public methodImagePrintDocument(ImageCollection)
Initializes a new instance of ImagePrintDocument specifying the image to print.
Public methodImagePrintDocument(Boolean, PrintScaleMode, AtalaImage)
Initializes a new instance of ImagePrintDocument specifying the ImageCollection to print and the center and scalemode settings.
Public methodImagePrintDocument(Boolean, PrintScaleMode, AtalaImage)
Initializes a new instance of ImagePrintDocument specifying an array of images to print and the center and scale mode settings.
Public methodImagePrintDocument(Boolean, PrintScaleMode, ImageCollection)
Initializes a new instance of ImagePrintDocument specifying the ImageCollection to print and the center and fit to page settings.
Public methodImagePrintDocument(Boolean, Boolean, AtalaImage) Obsolete.
Initializes a new instance of ImagePrintDocument specifying the image to print and the center and fit to page settings.
Public methodImagePrintDocument(Boolean, Boolean, AtalaImage) Obsolete.
Initializes a new instance of ImagePrintDocument specifying an array of images to print and the center and fit to page settings.
Public methodImagePrintDocument(Boolean, Boolean, ImageCollection) Obsolete.
Initializes a new instance of ImagePrintDocument specifying the ImageCollection to print and the center and fit to page settings.
Top
See Also