VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Wpf.Print Namespace / WpfImagePrintManager Class
Constructors Properties Methods Events SeeAlso
In This Topic
    WpfImagePrintManager Class Members
    In This Topic
    The following tables list the members exposed by WpfImagePrintManager.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WpfImagePrintManager class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether images should be centered on page.
    Public PropertyGets or sets the default printing resolution.
    Public PropertyGets or sets distance, in device-independent pixels (1/96th inch), between images in mosaic mode.
    Public PropertyGets or sets padding, in device-independent pixels (1/96th inch), of images.
    Public PropertyGets or sets an image collection that should be printed.
    Public PropertyGets or sets the number of images displayed horizontally across the page in mosaic mode.
    Public PropertyGets or sets the number of images displayed vertically down the page in mosaic mode.
    Public PropertyGets or sets padding, in device-independent pixels (1/96th inch), of pages.
    Public PropertyGets or sets a WpfThumbnailViewer which is used as a preview by this WpfImagePrintManager.
    Public PropertyGets 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.
    Public PropertyGets or sets the ColorManagementDecodeSettings applied to images in preview.
    Public PropertyGets or sets the number of pages displayed horizontally across the screen in preview.
    Public PropertyGets or sets the page index of the upper left page in preview.
    Public PropertyGets or sets the number of pages displayed vertically down the screen in preview.
    Public PropertyGets or sets a zoom of the preview on this WpfImagePrintManager.
    Public PropertyGets or sets the ColorManagementDecodeSettings applied to printed images.
    Public PropertyGets a PrintDialog which is used both for printing and for setting print parameters up.
    Public PropertyGets or sets the printing resolution.
    Public PropertyGets or sets the image processing command that should be applied to an image before image is printed.
    Public PropertyGets or sets a value indicating how to scale images on pages.
    Protected Properties
     NameDescription
    Protected PropertyGets a value indicating whether the user content can be added during printing.
    Public Methods
     NameDescription
    Public MethodReturns index of the first printing page of the image with the specified index.
    Public MethodReturns a System.Printing.PageImageableArea object that represents the area of a page that the current printer of the PrintDialog can use.
    Public MethodReturns count of printing pages.
    Public MethodStarts the document's printing process using current print settings from PrintDialog.
    Public MethodClears cache of Preview and updates the Preview synchronously.
    Public MethodClears cache of Preview and updates the Preview asynchronously.
    Public MethodUpdates the Preview synchronously.
    Public MethodUpdates the Preview asynchronously.
    Protected Methods
     NameDescription
    Protected MethodOverloaded. Releases the unmanaged resources used by the and optionally releases the managed resources.
    Protected MethodRaises the BeginPrint event. It is called after the Print(String) method is called and before the first page of the document prints.
    Protected MethodRaises the EndPrint event. It is called when the last page of the document has printed.
    Protected MethodRaises the ImagePrinted event. It is called after an image has printed.
    Protected MethodRaises the ImagePrinting event. It is called before an image prints.
    Protected MethodRaises the ImageTilePrinted event. It is called after an image part of a page has printed.
    Protected MethodRaises the ImageTilePrinting event. It is called before an image part of a page prints.
    Protected MethodRaises the PagePrinted event. It is called after a page has printed.
    Protected MethodRaises the PagePrinting event. It is called before a page prints.
    Protected MethodRaises the PrintingException event.
    Protected MethodRaises the PrintingProgress event.
    Public Events
     NameDescription
    Public EventOccurs when the Print(String) method is called and before printing the first page of the document.
    Public EventOccurs when the last page of the document has been printed.
    Public EventOccurs after an image has been printed on the page.
    Public EventOccurs before printing an image on the page.
    Public EventOccurs after an image tile on the page has been printed.
    Public EventOccurs before printing an image part on the page.
    Public EventOccurs after a page has been printed.
    Public EventOccurs before printing a page.
    Public EventOccurs when an exception is thrown during work of this WpfImagePrintManager.
    Public EventOccurs when the printing progress of this WpfImagePrintManager is changed.
    See Also