ImagePrintDocument Constructor |
Name | Description | |
---|---|---|
![]() | ImagePrintDocument() | Initializes a new instance of ImagePrintDocument. |
![]() | ImagePrintDocument(AtalaImage) | Initializes a new instance of ImagePrintDocument specifying an image to print. |
![]() | ImagePrintDocument(AtalaImage[]) | Initializes a new instance of ImagePrintDocument specifying an array of images to print on multiple
pages. |
![]() | ImagePrintDocument(ImageCollection) | Initializes a new instance of ImagePrintDocument specifying the image to print. |
![]() | ImagePrintDocument(Boolean, PrintScaleMode, AtalaImage) | Initializes a new instance of ImagePrintDocument specifying the ImageCollection to print and the center
and scalemode settings. |
![]() | ImagePrintDocument(Boolean, PrintScaleMode,AtalaImage[]) | Initializes a new instance of ImagePrintDocument specifying an array of images to print and the center
and scale mode settings. |
![]() | ImagePrintDocument(Boolean, PrintScaleMode, ImageCollection) | Initializes a new instance of ImagePrintDocument specifying the ImageCollection to print and the center
and fit to page settings. |
![]() | ImagePrintDocument(Boolean, Boolean, AtalaImage) | Obsolete. Initializes a new instance of ImagePrintDocument specifying the image to print and the center and fit to
page settings. |
![]() | ImagePrintDocument(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. |
![]() | ImagePrintDocument(Boolean, Boolean, ImageCollection) | Obsolete. Initializes a new instance of ImagePrintDocument specifying the ImageCollection to print and the center
and fit to page settings. |