Overload | Description |
---|---|
Print(RasterImage,Int32,AnnContainer,PrintPageEventArgs) | Prints the specified RasterImage and AnnContainer. |
Print(RasterImage,Int32,PrintPageEventArgs) | (Inherited from Leadtools.WinForms.RasterImagePrinter) |
For an example, refer to AnnPrinter.
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.
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