Name | Description | |
---|---|---|
WpfAnnotatedImagePrintManager | Initializes a new instance of the WpfAnnotatedImagePrintManager class. |
Name | Description | |
---|---|---|
WpfAnnotatedImagePrintManager | Initializes a new instance of the WpfAnnotatedImagePrintManager class. |
Name | Description | |
---|---|---|
Center | Gets or sets a value indicating whether images should be centered on page. (Inherited from WpfImagePrintManager) | |
DefaultPrintingResolution | Gets or sets the default printing resolution. (Inherited from WpfImagePrintManager) | |
DistanceBetweenImages | Gets or sets distance, in device-independent pixels (1/96th inch), between images in mosaic mode. (Inherited from WpfImagePrintManager) | |
ImagePadding | Gets or sets padding, in device-independent pixels (1/96th inch), of images. (Inherited from WpfImagePrintManager) | |
Images | Gets or sets an image collection that should be printed. | |
MosaicColumnCount | Gets or sets the number of images displayed horizontally across the page in mosaic mode. (Inherited from WpfImagePrintManager) | |
MosaicRowCount | Gets or sets the number of images displayed vertically down the page in mosaic mode. (Inherited from WpfImagePrintManager) | |
PagePadding | Gets or sets padding, in device-independent pixels (1/96th inch), of pages. (Inherited from WpfImagePrintManager) | |
Preview | Gets or sets a WpfThumbnailViewer which is used as a preview by this WpfImagePrintManager. (Inherited from WpfImagePrintManager) | |
PreviewAutoUpdate | Gets or sets a value indicating whether the preview of this WpfImagePrintManager should be asynchronously updated when any of the printing or preview params is changed. (Inherited from WpfImagePrintManager) | |
PreviewColorManagement | Gets or sets the ColorManagementDecodeSettings applied to images in preview. (Inherited from WpfImagePrintManager) | |
PreviewColumnCount | Gets or sets the number of pages displayed horizontally across the screen in preview. (Inherited from WpfImagePrintManager) | |
PreviewFirstPageIndex | Gets or sets the page index of the upper left page in preview. (Inherited from WpfImagePrintManager) | |
PreviewRowCount | Gets or sets the number of pages displayed vertically down the screen in preview. (Inherited from WpfImagePrintManager) | |
PreviewZoom | Gets or sets a zoom of the preview on this WpfImagePrintManager. (Inherited from WpfImagePrintManager) | |
PrintAnnotations | Gets or sets a value indicating whether the images should be printed with annotations. | |
PrintColorManagement | Gets or sets the ColorManagementDecodeSettings applied to printed images. (Inherited from WpfImagePrintManager) | |
PrintDialog | Gets a PrintDialog which is used both for printing and for setting print parameters up. (Inherited from WpfImagePrintManager) | |
PrintingResolution | Gets or sets the printing resolution. (Inherited from WpfImagePrintManager) | |
PrintPreprocessing | Gets or sets the image processing command that should be applied to an image before image is printed. (Inherited from WpfImagePrintManager) | |
PrintScaleMode | Gets or sets a value indicating how to scale images on pages. (Inherited from WpfImagePrintManager) |
Name | Description | |
---|---|---|
AllowUserContentPrinting | Gets a value indicating whether the user content can be added during printing. |
Name | Description | |
---|---|---|
GetFirstPageIndex | Returns index of the first printing page of the image with the specified index. (Inherited from WpfImagePrintManager) | |
GetPageImageableArea | Returns a System.Printing.PageImageableArea object that represents the area of a page that the current printer of the PrintDialog can use. (Inherited from WpfImagePrintManager) | |
GetPrintingPageCount | Returns count of printing pages. (Inherited from WpfImagePrintManager) | |
Starts the document's printing process using current print settings from PrintDialog. (Inherited from WpfImagePrintManager) | ||
ReloadPreview | Clears cache of Preview and updates the Preview synchronously. (Inherited from WpfImagePrintManager) | |
ReloadPreviewAsync | Clears cache of Preview and updates the Preview asynchronously. (Inherited from WpfImagePrintManager) | |
UpdatePreview | Updates the Preview synchronously. (Inherited from WpfImagePrintManager) | |
UpdatePreviewAsync | Updates the Preview asynchronously. (Inherited from WpfImagePrintManager) |
Name | Description | |
---|---|---|
Dispose | Overloaded. Releases the unmanaged resources used by the | |
OnBeginPrint | Raises the BeginPrint event. It is called after the Print(String) method is called and before the first page of the document prints. | |
OnEndPrint | Raises the EndPrint event. It is called when the last page of the document has printed. | |
OnImagePrinted | Raises the ImagePrinted event. It is called after an image has printed. (Inherited from WpfImagePrintManager) | |
OnImagePrinting | Raises the ImagePrinting event. It is called before an image prints. (Inherited from WpfImagePrintManager) | |
OnImageTilePrinted | Raises the ImageTilePrinted event. It is called after an image part of a page has printed. | |
OnImageTilePrinting | Raises the ImageTilePrinting event. It is called before an image part of a page prints. (Inherited from WpfImagePrintManager) | |
OnPagePrinted | Raises the PagePrinted event. It is called after a page has printed. (Inherited from WpfImagePrintManager) | |
OnPagePrinting | Raises the PagePrinting event. It is called before a page prints. (Inherited from WpfImagePrintManager) | |
OnPrintingException | Raises the PrintingException event. (Inherited from WpfImagePrintManager) | |
OnPrintingProgress | Raises the PrintingProgress event. (Inherited from WpfImagePrintManager) |
Name | Description | |
---|---|---|
BeginPrint | Occurs when the Print(String) method is called and before printing the first page of the document. (Inherited from WpfImagePrintManager) | |
EndPrint | Occurs when the last page of the document has been printed. (Inherited from WpfImagePrintManager) | |
ImagePrinted | Occurs after an image has been printed on the page. (Inherited from WpfImagePrintManager) | |
ImagePrinting | Occurs before printing an image on the page. (Inherited from WpfImagePrintManager) | |
ImageTilePrinted | Occurs after an image tile on the page has been printed. (Inherited from WpfImagePrintManager) | |
ImageTilePrinting | Occurs before printing an image part on the page. (Inherited from WpfImagePrintManager) | |
PagePrinted | Occurs after a page has been printed. (Inherited from WpfImagePrintManager) | |
PagePrinting | Occurs before printing a page. (Inherited from WpfImagePrintManager) | |
PrintingException | Occurs when an exception is thrown during work of this WpfImagePrintManager. (Inherited from WpfImagePrintManager) | |
PrintingProgress | Occurs when the printing progress of this WpfImagePrintManager is changed. (Inherited from WpfImagePrintManager) |