←Select platform

Print Method

Summary

Prints the specified Leadtools.RasterImage.

Syntax

C#
VB
C++
public virtual void Print(  
   Leadtools.RasterImage image, 
   int page, 
   PrintPageEventArgs e 
) 
Public Overridable Sub Print( _ 
   ByVal image As Leadtools.RasterImage, _ 
   ByVal page As Integer, _ 
   ByVal e As PrintPageEventArgs _ 
) 
public: 
virtual void Print(  
   Leadtools.RasterImage^ image, 
   int page, 
   PrintPageEventArgs^ e 
) 

Parameters

image
The Leadtools.RasterImage to print.

page
The page number to print.

e
An System.Drawing.Printing.PrintPageEventArgs object that contains print data.

Remarks

page
The page number to print.

You usually call this method from your System.Drawing.Printing.PrintDocument.PrintPage event handler of a System.Drawing.Printing.PrintDocument object. You must pass the System.Drawing.Printing.PrintPageEventArgs obtained in the System.Drawing.Printing.PrintDocument.PrintPage event handler to this method as the

e
An System.Drawing.Printing.PrintPageEventArgs object that contains print data.

Example

For an example, refer to RasterImagePrinter and ImageRectangle.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.WinForms Assembly
Click or drag to resize