PrintPRO 8 for .NET - User Guide > How To > Create Print Job |
A print job provides instructions to the printer about what to print. To construct a print job,
![]() |
The Kill method can be called at any time during the life of a print job, prior to calling Finish. Calling Kill immediately terminates the current print job. |
A collage template file is a text file, formatted to describe the image sizes and locations to be placed on the page. To use a template file in a print job, specify the TemplateFileName. Then, call the PrintTemplateBitmap, PrintTemplateDib and PrintTemplateImage methods to add the bitmap, DIB, or image to the page using the size and location information specified in the template file.
PrintPRO enables the user to draw on the page to be printed, using PrintPRO drawing methods, or by using .NET drawing methods.
This section also provides information about the following: