VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.Print Namespace / WpfPagePrintEventArgs Class
Constructors Properties Fields SeeAlso
In This Topic
WpfPagePrintEventArgs Class Members
In This Topic
The following tables list the members exposed by WpfPagePrintEventArgs.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the WpfPagePrintEventArgs class.
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Provides a value to use with events that do not have event data. (Inherited from System.EventArgs)
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