ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF.XPS Namespace / ImGearXPSPrintOptions Class / PrintTicket Property




In This Topic
    PrintTicket Property
    In This Topic
    Gets the print job settings.
    Syntax
    'Declaration
     
    Public ReadOnly Property PrintTicket As PrintTicket
    'Usage
     
    Dim instance As ImGearXPSPrintOptions
    Dim value As PrintTicket
     
    value = instance.PrintTicket
    public PrintTicket PrintTicket {get;}
    public: __property PrintTicket* get_PrintTicket();
    public:
    property PrintTicket^ PrintTicket {
       PrintTicket^ get();
    }

    Property Value

    System.Printing.PrintTicket object.
    See Also