VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.Print Namespace / WpfAnnotatedImagePrintManager Class
In This Topic
WpfAnnotatedImagePrintManager Class Methods
In This Topic
For a list of all methods of this type, see WpfAnnotatedImagePrintManager.
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)
See Also