LEADTOOLS Annotations (Leadtools.Annotations assembly)

Print(RasterImage,Int32,AnnContainer,PrintPageEventArgs) Method

Show in webframe





The Leadtools.RasterImage to be printed.
The page number to be printed.
The AnnContainer containing the annotation objects to be printed.
An System.Drawing.Printing.PrintPageEventArgs object that contains print data.
Prints the specified Leadtools.RasterImage and AnnContainer.
Syntax
public virtual void Print( 
   RasterImage image,
   int page,
   AnnContainer container,
   PrintPageEventArgs e
)
'Declaration
 
Public Overloads Overridable Sub Print( _
   ByVal image As RasterImage, _
   ByVal page As Integer, _
   ByVal container As AnnContainer, _
   ByVal e As PrintPageEventArgs _
) 
'Usage
 
Dim instance As AnnPrinter
Dim image As RasterImage
Dim page As Integer
Dim container As AnnContainer
Dim e As PrintPageEventArgs
 
instance.Print(image, page, container, e)

            

            
public:
virtual void Print( 
   RasterImage^ image,
   int page,
   AnnContainer^ container,
   PrintPageEventArgs^ e
) 

Parameters

image
The Leadtools.RasterImage to be printed.
page
The page number to be printed.
container
The AnnContainer containing the annotation objects to be printed.
e
An System.Drawing.Printing.PrintPageEventArgs object that contains print data.
Remarks

The page parameter is 1-based.

You usually call this method from the 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 parameter.

You can pass null (Nothing) for either image or container to not print the specified object.

Example
For an example, refer to AnnPrinter.
Requirements

Target Platforms

See Also

Reference

AnnPrinter Class
AnnPrinter Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.