Available in the LEADTOOLS Imaging toolkit. |
PrintEnd method (Main Control)
Visual Basic
example
Visual C++ 4.0 example
Syntax void PrintEnd (OLE_HANDLE hDC);
Overview: Refer to Printing an Image.
Remarks
Ejects the page and ends the print job.
Use the PrintStart method to begin a print job; use the Render method to print an image; then use the PrintEnd method to eject the page and end the print job.
See Also
Elements: Render method, PrintStart method
Topics: Raster Images: Printing Images