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