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




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

Parameters

printProWorkspace
The workspace object to use with the job.
printer
The printer the print preview job is to print to.
See Also

Reference

PrintPreviewJob Class
PrintPreviewJob Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback