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




The Printer the print job is to print to.
The name to use for the print job.
Creates a new print job using the specified printer for the destination.
Syntax
public PrintJob( 
   Printer printer,
   string name
)
public: PrintJob( 
   Printer* printer,
   string* name
)
public:
PrintJob( 
   Printer^ printer,
   String^ name
)
'Declaration
 
Public Function New( _
   ByVal printer As Printer, _
   ByVal name As String _
)
 
'Usage
 
Dim printer As Printer
Dim name As String
 
Dim instance As New PrintJob(printer, name)

Parameters

printer
The Printer the print job is to print to.
name
The name to use for the print job.
See Also

Reference

PrintJob Class
PrintJob Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback