Error processing SSI file
(Leadtools.Controls)

Show in webframe

Print Method




The RasterImage to print.
The page number to print.
An PrintPageEventArgs object that contains print data.
Prints the specified RasterImage.
Syntax
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 _
) 

Parameters

image
The RasterImage to print.
page
The page number to print.
e
An PrintPageEventArgs object that contains print data.
Remarks

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.

Example
For an example, refer to RasterImagePrinter and ImageRectangle.
Requirements

Target Platforms

See Also

Reference

RasterImagePrinter Class
RasterImagePrinter Members
Printing An Image

Error processing SSI file