ImageGear .NET - Updated
ImGearXPSPrintOptions Constructor




ImageGear24.Wpf Assembly > ImageGear.WPF.XPS Namespace > ImGearXPSPrintOptions Class : ImGearXPSPrintOptions Constructor
Print queue to use to print the document.
Settings for the print job.
The range of pages to print.
Initializes a new instance of the ImGearXPSPrintOptions class.
Syntax
'Declaration
 
Public Function New( _
   ByVal printQueue As PrintQueue, _
   ByVal printTicket As PrintTicket, _
   ByVal pageRange As PageRange _
)
'Usage
 
Dim printQueue As PrintQueue
Dim printTicket As PrintTicket
Dim pageRange As PageRange
 
Dim instance As New ImGearXPSPrintOptions(printQueue, printTicket, pageRange)
public ImGearXPSPrintOptions( 
   PrintQueue printQueue,
   PrintTicket printTicket,
   PageRange pageRange
)
public: ImGearXPSPrintOptions( 
   PrintQueue* printQueue,
   PrintTicket* printTicket,
   PageRange pageRange
)
public:
ImGearXPSPrintOptions( 
   PrintQueue^ printQueue,
   PrintTicket^ printTicket,
   PageRange pageRange
)

Parameters

printQueue
Print queue to use to print the document.
printTicket
Settings for the print job.
pageRange
The range of pages to print.
See Also

Reference

ImGearXPSPrintOptions Class
ImGearXPSPrintOptions Members