GdViewer.BeforePrintPageEventArgs Class Members
In This Topic
The following tables list the members exposed by GdViewer.BeforePrintPageEventArgs.
Public Constructors
Public Properties
| Name | Description |
 | Cancel |
Gets or sets a value indicating whether the print job should be canceled. Switching this value to true will subsequently terminate the printing job.
|
 | Handled | (Inherited from System.Windows.RoutedEventArgs) |
 | OriginalSource | (Inherited from System.Windows.RoutedEventArgs) |
 | Page | The page number of the page to be printed. |
 | PagesLeft | The number of pages left for printing. |
 | RoutedEvent | (Inherited from System.Windows.RoutedEventArgs) |
 | Source | (Inherited from System.Windows.RoutedEventArgs) |
Top
See Also