Accusoft.PrintPro8.Net
PrintPreviewJob Constructor(Printer,PrintPreviewScale,Icm,Boolean,String)




The printer the print preview job is to print to.
The print preview scaling that should be used.
The image color management settings to use for the print job.
A boolean value which determines whether or not margins should be determined from the hardware settings.
The name to use for the print job.
Creates a new print job using the specified printer for the destination, the specified scaling, and the specified name.
Syntax
'Declaration
 
Public Function New( _
   ByVal printer As Printer, _
   ByVal printPreviewScale As PrintPreviewScale, _
   ByVal imageColorManagement As Icm, _
   ByVal useHardwareMargins As Boolean, _
   ByVal name As String _
)
'Usage
 
Dim printer As Printer
Dim printPreviewScale As PrintPreviewScale
Dim imageColorManagement As Icm
Dim useHardwareMargins As Boolean
Dim name As String
 
Dim instance As New PrintPreviewJob(printer, printPreviewScale, imageColorManagement, useHardwareMargins, name)
public PrintPreviewJob( 
   Printer printer,
   PrintPreviewScale printPreviewScale,
   Icm imageColorManagement,
   bool useHardwareMargins,
   string name
)
public: PrintPreviewJob( 
   Printer* printer,
   PrintPreviewScale printPreviewScale,
   Icm* imageColorManagement,
   bool useHardwareMargins,
   string* name
)
public:
PrintPreviewJob( 
   Printer^ printer,
   PrintPreviewScale printPreviewScale,
   Icm^ imageColorManagement,
   bool useHardwareMargins,
   String^ name
)

Parameters

printer
The printer the print preview job is to print to.
printPreviewScale
The print preview scaling that should be used.
imageColorManagement
The image color management settings to use for the print job.
useHardwareMargins
A boolean value which determines whether or not margins should be determined from the hardware settings.
name
The name to use for the print job.
See Also

Reference

PrintPreviewJob Class
PrintPreviewJob Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback