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




The workspace object to use with the job.
The print preview scaling that should be used.
Creates a new print job using the default printer for the destination and specified scaling
Syntax
public PrintPreviewJob( 
   PrintPro printProWorkspace,
   PrintPreviewScale printPreviewScale
)
public: PrintPreviewJob( 
   PrintPro* printProWorkspace,
   PrintPreviewScale printPreviewScale
)
public:
PrintPreviewJob( 
   PrintPro^ printProWorkspace,
   PrintPreviewScale printPreviewScale
)
'Declaration
 
Public Function New( _
   ByVal printProWorkspace As PrintPro, _
   ByVal printPreviewScale As PrintPreviewScale _
)
 
'Usage
 
Dim printProWorkspace As PrintPro
Dim printPreviewScale As PrintPreviewScale
 
Dim instance As New PrintPreviewJob(printProWorkspace, printPreviewScale)

Parameters

printProWorkspace
The workspace object to use with the job.
printPreviewScale
The print preview scaling that should be used.
See Also

Reference

PrintPreviewJob Class
PrintPreviewJob Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback