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




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

Parameters

printProWorkspace
The workspace object to use with the job.
printPreviewScale
The print preview scaling that should be used.
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