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