Accusoft.PrintPro8.Net
PrintJob Constructor(PrintPro,Boolean)




The PrintPro workspace object to obtain the default printer from.
A boolean value which represents the initial setting for whether or not to use hardware margins when printing.
Creates a new print job using the default printer.
Syntax
'Declaration
 
Public Function New( _
   ByVal printProWorkspace As PrintPro, _
   ByVal useHardwareMargins As Boolean _
)
'Usage
 
Dim printProWorkspace As PrintPro
Dim useHardwareMargins As Boolean
 
Dim instance As New PrintJob(printProWorkspace, useHardwareMargins)
public PrintJob( 
   PrintPro printProWorkspace,
   bool useHardwareMargins
)
public: PrintJob( 
   PrintPro* printProWorkspace,
   bool useHardwareMargins
)
public:
PrintJob( 
   PrintPro^ printProWorkspace,
   bool useHardwareMargins
)

Parameters

printProWorkspace
The PrintPro workspace object to obtain the default printer from.
useHardwareMargins
A boolean value which represents the initial setting for whether or not to use hardware margins when printing.
See Also

Reference

PrintJob Class
PrintJob Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback