Visual Basic
C#
Managed Extensions for C++
C++/CLI
The event handler receives an argument of type RequestPrintEventArgs containing data related to this event. The following RequestPrintEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| PrintJob | Gets the PrintJob corresponding to the options selected in the control. |
| SkipPrinting | Gets or sets a value indicating whether the control shall print the pages. |
This event allows the application to use a custom printing process instead of the automatic process implemented by the control.
See Printing Images section for more information.