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




The printer the print preview job is to print to.
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.
Creates a new print preview job using the specified printer for the destination and specified image color management object for image color management settings.
Syntax
'Declaration
 
Public Function New( _
   ByVal printer As Printer, _
   ByVal imageColorManagement As Icm, _
   ByVal useHardwareMargins As Boolean _
)
'Usage
 
Dim printer As Printer
Dim imageColorManagement As Icm
Dim useHardwareMargins As Boolean
 
Dim instance As New PrintPreviewJob(printer, imageColorManagement, useHardwareMargins)
public PrintPreviewJob( 
   Printer printer,
   Icm imageColorManagement,
   bool useHardwareMargins
)
public: PrintPreviewJob( 
   Printer* printer,
   Icm* imageColorManagement,
   bool useHardwareMargins
)
public:
PrintPreviewJob( 
   Printer^ printer,
   Icm^ imageColorManagement,
   bool useHardwareMargins
)

Parameters

printer
The printer the print preview job is to print to.
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.
See Also

Reference

PrintPreviewJob Class
PrintPreviewJob Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback