Accusoft.PrintProSdk Namespace : PrintJob Class |
The following tables list the members exposed by PrintJob.
Name | Description | |
---|---|---|
PrintJob Constructor | Overloaded. |
Name | Description | |
---|---|---|
BottomMargin | Gets or sets the distance between the bottom of the physical page and the bottom of the printable area in units of the Printer's PrintUnits. | |
DisplayX | Gets the horizontal coordinate of the display area in printer units defined by the PrintPreviewScale property. Not available at design time. | |
DisplayY | Gets the vertical coordinate of the display area in printer units defined by the PrintPreviewScale property. | |
Draw | Gets a pseudo object used to contain all of the drawing methods. | |
Icm | Gets the Image Color Management values that the print job is using. | |
LeftMargin | Gets or sets the distance between the left of the physical page and the left of the printable area in units of the Printer's PrintUnits. | |
Name | Gets the document name for the print job. Note that setting this property will have no affect on the print job and instead the PrintJob or PrintPreviewJob constructor should be used to specify the document name. The setting of this property will be deprecated and this property will be read-only in a future version. | |
Page | Gets the current page number of the document for the print job. | |
PaperHeight | Gets the physical height of the paper set up for the printing device, in units determined by the PrintPreviewScale property. | |
PaperWidth | Gets the physical width of the paper set up for the printing device, in units determined by the PrintPreviewScale property. | |
Printer | Gets the Printer the print job is using. | |
PrintHeight | Gets the printable height of the paper set up for the printing device, in units determined by the PrintPreviewScale property. | |
PrintWidth | Gets the printable width of the paper set up for the printing device, in units determined by the PrintPreviewScale property. | |
TemplateFileName | Gets and sets the photograph collage description filename. | |
TopMargin | Gets or sets the distance between the top of the physical page and the top of the printable area in units of the Printer's PrintUnits. | |
UseHardwareMargins | Gets or sets the value to determine if the printer's hardware margins are used or if the margin values are calculated from the average of the printable area subtracted from the physical area. |
Name | Description | |
---|---|---|
Dispose | Overloaded. Forces destruction of the print job object. | |
Finish | Releases the current document to the print device or spooler. | |
GetGraphics | Returns a graphics object to the current page. | |
Kill | Immediately terminates the current print job cancelling any operations that have been performed on it. | |
NewPage | Starts a new page for printing. | |
PrintBitmap | Overloaded. Draws a Bitmap on the printer. | |
PrintDib | Overloaded. Draws a DIB on the printer. | |
PrintImage | Overloaded. Draws an image on the printer. | |
PrintTemplateBitmap | Draws a bitmap image on a printer using details provided by the template file. | |
PrintTemplateDib | Draws a DIB image on a printer using details provided by the template file. | |
PrintTemplateImage | Draws an image on a printer using details provided by the template file. |