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




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

Parameters

printProWorkspace
The workspace object to use with the job.
printer
The printer the print preview job is to print to.
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