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