| Accusoft.ImagXpressSdk Namespace > ImageXView Class : PrintImage Event |
'Declaration Public Event PrintImage As ImageXView.PrintImageEventHandler
'Usage Dim instance As ImageXView Dim handler As ImageXView.PrintImageEventHandler AddHandler instance.PrintImage, handler
public event ImageXView.PrintImageEventHandler PrintImage
public: __event ImageXView.PrintImageEventHandler* PrintImage
public: event ImageXView.PrintImageEventHandler^ PrintImage
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. |