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




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

Parameters

printProWorkspace
The workspace object to use with the job.
name
The name to use for the print job.
See Also

Reference

PrintPreviewJob Class
PrintPreviewJob Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback