Accusoft.PrintProSdk Namespace : PrintPreviewJob Class |
The following tables list the members exposed by PrintPreviewJob.
Name | Description | |
---|---|---|
PrintPreviewJob 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. (Inherited from Accusoft.PrintProSdk.PrintJob) | |
DisplayX | Gets the horizontal coordinate of the display area in printer units defined by the PrintPreviewScale property. Not available at design time. (Inherited from Accusoft.PrintProSdk.PrintJob) | |
DisplayY | Gets the vertical coordinate of the display area in printer units defined by the PrintPreviewScale property. (Inherited from Accusoft.PrintProSdk.PrintJob) | |
Draw | Gets a pseudo object used to contain all of the drawing methods. (Inherited from Accusoft.PrintProSdk.PrintJob) | |
Icm | Gets the Image Color Management values that the print job is using. (Inherited from Accusoft.PrintProSdk.PrintJob) | |
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. (Inherited from Accusoft.PrintProSdk.PrintJob) | |
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. (Inherited from Accusoft.PrintProSdk.PrintJob) | |
Page | Gets the current page number of the document for the print job. (Inherited from Accusoft.PrintProSdk.PrintJob) | |
PaperHeight | Gets the physical height of the paper set up for the printing device, in units determined by the PrintPreviewScale property. (Inherited from Accusoft.PrintProSdk.PrintJob) | |
PaperWidth | Gets the physical width of the paper set up for the printing device, in units determined by the PrintPreviewScale property. (Inherited from Accusoft.PrintProSdk.PrintJob) | |
Printer | Gets the Printer the print job is using. (Inherited from Accusoft.PrintProSdk.PrintJob) | |
PrintHeight | Gets the printable height of the paper set up for the printing device, in units determined by the PrintPreviewScale property. (Inherited from Accusoft.PrintProSdk.PrintJob) | |
PrintPreviewScale | Gets or sets the size of the print preview image. | |
PrintWidth | Gets the printable width of the paper set up for the printing device, in units determined by the PrintPreviewScale property. (Inherited from Accusoft.PrintProSdk.PrintJob) | |
TemplateFileName | Gets and sets the photograph collage description filename. (Inherited from Accusoft.PrintProSdk.PrintJob) | |
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. (Inherited from Accusoft.PrintProSdk.PrintJob) | |
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. (Inherited from Accusoft.PrintProSdk.PrintJob) |
Name | Description | |
---|---|---|
Dispose | Overloaded. Forces destruction of the print job object. (Inherited from Accusoft.PrintProSdk.PrintJob) | |
Finish | Overridden. Releases the current document to the print device or spooler. | |
GetGraphics | Overridden. Returns a graphics object to the current page. | |
GetPrintPreviewBitmap | Obtain the print preview Bitmap for a specified page. | |
GetPrintPreviewDib | Obtain the print preview dib for a specified page. | |
GetPrintPreviewImage | Obtain the print preview Image for a specified page. | |
Kill | Immediately terminates the current print job cancelling any operations that have been performed on it. (Inherited from Accusoft.PrintProSdk.PrintJob) | |
NewPage | Starts a new page for printing. (Inherited from Accusoft.PrintProSdk.PrintJob) | |
PrintBitmap | Overloaded. Draws a Bitmap on the printer. (Inherited from Accusoft.PrintProSdk.PrintJob) | |
PrintDib | Overloaded. Draws a DIB on the printer. (Inherited from Accusoft.PrintProSdk.PrintJob) | |
PrintImage | Overloaded. Draws an image on the printer. (Inherited from Accusoft.PrintProSdk.PrintJob) | |
PrintTemplateBitmap | Draws a bitmap image on a printer using details provided by the template file. (Inherited from Accusoft.PrintProSdk.PrintJob) | |
PrintTemplateDib | Draws a DIB image on a printer using details provided by the template file. (Inherited from Accusoft.PrintProSdk.PrintJob) | |
PrintTemplateImage | Draws an image on a printer using details provided by the template file. (Inherited from Accusoft.PrintProSdk.PrintJob) |