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




The workspace object to use with the job.
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 default printer for the destination.
Syntax
'Declaration
 
Public Function New( _
   ByVal printProWorkspace As PrintPro, _
   ByVal imageColorManagement As Icm, _
   ByVal useHardwareMargins As Boolean _
)
'Usage
 
Dim printProWorkspace As PrintPro
Dim imageColorManagement As Icm
Dim useHardwareMargins As Boolean
 
Dim instance As New PrintPreviewJob(printProWorkspace, imageColorManagement, useHardwareMargins)
public PrintPreviewJob( 
   PrintPro printProWorkspace,
   Icm imageColorManagement,
   bool useHardwareMargins
)
public: PrintPreviewJob( 
   PrintPro* printProWorkspace,
   Icm* imageColorManagement,
   bool useHardwareMargins
)
public:
PrintPreviewJob( 
   PrintPro^ printProWorkspace,
   Icm^ imageColorManagement,
   bool useHardwareMargins
)

Parameters

printProWorkspace
The workspace object to use with the job.
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

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback