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




The PrintPro workspace object to obtain the default printer from.
A boolean value which is an indicator if the initial setting whether or not to use hardware margins when printing.
The name to use for the print job.
Creates a new print job using the default printer 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 PrintJob(printProWorkspace, useHardwareMargins, name)
public PrintJob( 
   PrintPro printProWorkspace,
   bool useHardwareMargins,
   string name
)
public: PrintJob( 
   PrintPro* printProWorkspace,
   bool useHardwareMargins,
   string* name
)
public:
PrintJob( 
   PrintPro^ printProWorkspace,
   bool useHardwareMargins,
   String^ name
)

Parameters

printProWorkspace
The PrintPro workspace object to obtain the default printer from.
useHardwareMargins
A boolean value which is an indicator if the initial setting whether or not to use hardware margins when printing.
name
The name to use for the print job.
See Also

Reference

PrintJob Class
PrintJob Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback