ImageGear .NET v25.2 - Updated
ImageGear.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.




In This Topic
    ImGearXPSPrintOptions Constructor
    In This Topic
    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