PrintQueue::UserPrintTicket Property
.NET Framework (current version)
Gets or sets the current user's default PrintTicket object which contains detailed information about the print job.
Assembly: System.Printing (in System.Printing.dll)
public: property PrintTicket^ UserPrintTicket { [SecurityCriticalAttribute] virtual PrintTicket^ get(); virtual void set(PrintTicket^ value); }
Property Value
Type: System.Printing::PrintTicket^The PrintTicket for the current user, or null if a user PrintTicket has not been specified.
Each user can have his or her own default PrintTicket.
This property can be null.
.NET Framework
Available since 3.0
Available since 3.0
Show: