Accusoft.ImagXpress13.Net
PrintImage Event




Thrown when the image is printed onto the paper.
Syntax
'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
Event Data

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.

PropertyDescription
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.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback