ImageGear .NET - Updated
PrintTicket Property




ImageGear24.Wpf Assembly > ImageGear.WPF.XPS Namespace > ImGearXPSPrintOptions Class : PrintTicket Property
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

Reference

ImGearXPSPrintOptions Class
ImGearXPSPrintOptions Members