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




The Printer the print job is to print to.
The initial setting for whether or not to use hardware margins when printing.
The name to use for the print job.
Creates a new print job using the specified printer for the destination.
Syntax
'Declaration
 
Public Function New( _
   ByVal printer As Printer, _
   ByVal useHardwareMargins As Boolean, _
   ByVal name As String _
)
'Usage
 
Dim printer As Printer
Dim useHardwareMargins As Boolean
Dim name As String
 
Dim instance As New PrintJob(printer, useHardwareMargins, name)
public PrintJob( 
   Printer printer,
   bool useHardwareMargins,
   string name
)
public: PrintJob( 
   Printer* printer,
   bool useHardwareMargins,
   string* name
)
public:
PrintJob( 
   Printer^ printer,
   bool useHardwareMargins,
   String^ name
)

Parameters

printer
The Printer the print job is to print to.
useHardwareMargins
The initial setting for 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