'Usage
Dim printProWorkspace As PrintPro
Dim printer As Printer
Dim useHardwareMargins As Boolean
Dim instance As New PrintPreviewJob(printProWorkspace, printer, useHardwareMargins)
Parameters
printProWorkspace
The workspace object to use with the job.
printer
The printer the print preview job is to print to.
useHardwareMargins
A boolean value which determines whether or not margins should be determined from the hardware settings.