WritingPrintTicketRequiredEventArgs::CurrentPrintTicket Property
.NET Framework (current version)
Gets or sets the default printer settings to use when the document is printed.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property PrintTicket^ CurrentPrintTicket { PrintTicket^ get(); void set(PrintTicket^ value); }
Property Value
Type: System.Printing::PrintTicket^The default printer settings to use when the document is printed.
Setting the CurrentPrintTicket property does not validate or modify the specified PrintTicket for a particular PrintQueue. If needed, use the MergeAndValidatePrintTicket method to create a PrintQueue-specific PrintTicket that is valid for a given printer.
.NET Framework
Available since 3.0
Available since 3.0
Show: