Leadtools.Annotations Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
Print(RasterImage,Int32,AnnContainer,PrintPageEventArgs) Method
See Also 
Leadtools.Annotations Namespace > AnnPrinter Class > Print Method : Print(RasterImage,Int32,AnnContainer,PrintPageEventArgs) Method




image
The RasterImage to be printed.
page
The page number to be printed.
container
The AnnContainer containing the annotation objects to be printed.
e
An PrintPageEventArgs object that contains print data.
Prints the specified RasterImage and AnnContainer.

Syntax

Visual Basic (Declaration) 
Overloads Public Overridable Sub Print( _
   ByVal image As RasterImage, _
   ByVal page As Integer, _
   ByVal container As AnnContainer, _
   ByVal e As PrintPageEventArgs _
) 
Visual Basic (Usage)Copy Code
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)
C# 
public virtual void Print( 
   RasterImage image,
   int page,
   AnnContainer container,
   PrintPageEventArgs e
)
Managed Extensions for C++ 
public: virtual void Print( 
   RasterImage image,
   int page,
   AnnContainer* container,
   PrintPageEventArgs e
) 
C++/CLI 
public:
virtual void Print( 
   RasterImage image,
   int page,
   AnnContainer^ container,
   PrintPageEventArgs e
) 

Parameters

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

Example

For an example, refer to AnnPrinter.

Remarks

The page parameter is 1-based.

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

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features