Visual Basic
C#
Managed Extensions for C++
C++/CLI
The event handler receives an argument of type PrintImageEventArgs containing data related to this event. The following PrintImageEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Graphics | Gets the System.Drawing.Graphics object. |
| GraphicsUnit | Gets the graphics unit. |
| ImageRectangle | Gets the image's rectangle. |
| PrintRectangle | Gets the printer's rectangle. |
| PrintType | Gets the type of the print that was performed. |