VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.Print Namespace / WpfPagePrintEventArgs Class
In This Topic
WpfPagePrintEventArgs Class Properties
In This Topic
For a list of all properties of this type, see WpfPagePrintEventArgs.
Public Properties
 NameDescription
Public PropertyGets or sets a value indicating whether the print job should be canceled. (Inherited from WpfPrintEventArgs)
Public PropertyGets the DrawingContext used to paint the page.
Public PropertyGets a value indicating whether the WpfImagePrintManager is used for print preview. (Inherited from WpfPrintEventArgs)
Public PropertyGets the System.Windows.Rect structure that defines an area on the page, in device-independent pixels (1/96th inch), within which images can be printed.
Public PropertyGets the zero-based index of the printing page.
Public PropertyGets the System.Windows.Size structure that defines the size of the page, in device-independent pixels (1/96th inch).
See Also