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




The workspace object to use with the job.
The printer the print preview job is to print to.
The print preview scaling that should be used.
A boolean value which determines whether or not margins should be determined from the hardware settings.
Creates a new print job using the specified printer for the destination and specified scaling.
Syntax
'Declaration
 
Public Function New( _
   ByVal printProWorkspace As PrintPro, _
   ByVal printer As Printer, _
   ByVal printPreviewScale As PrintPreviewScale, _
   ByVal useHardwareMargins As Boolean _
)
'Usage
 
Dim printProWorkspace As PrintPro
Dim printer As Printer
Dim printPreviewScale As PrintPreviewScale
Dim useHardwareMargins As Boolean
 
Dim instance As New PrintPreviewJob(printProWorkspace, printer, printPreviewScale, useHardwareMargins)

Parameters

printProWorkspace
The workspace object to use with the job.
printer
The printer the print preview job is to print to.
printPreviewScale
The print preview scaling that should be used.
useHardwareMargins
A boolean value which determines whether or not margins should be determined from the hardware settings.
See Also

Reference

PrintPreviewJob Class
PrintPreviewJob Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback