Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace > RasterImagePrinter Class : Print Method |
public virtual void Print( RasterImage image, int page, PrintPageEventArgs e )
'Declaration
Public Overridable Sub Print( _ ByVal image As RasterImage, _ ByVal page As Integer, _ ByVal e As PrintPageEventArgs _ )
page is 1-based.
You usually call this method from your PrintPage event handler of a PrintDocument object. You must pass the PrintPageEventArgs obtained in the PrintPage event handler to this method as the e parameter.