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




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

Parameters

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

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback