PrintSupportPrinterSelectedEventArgs.PrintTicket Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the PrintTicket associated with the PrintSupportExtensionSession.PrinterSelected event.
public:
property WorkflowPrintTicket ^ PrintTicket { WorkflowPrintTicket ^ get(); void set(WorkflowPrintTicket ^ value); };
WorkflowPrintTicket PrintTicket();
void PrintTicket(WorkflowPrintTicket value);
public WorkflowPrintTicket PrintTicket { get; set; }
var workflowPrintTicket = printSupportPrinterSelectedEventArgs.printTicket;
printSupportPrinterSelectedEventArgs.printTicket = workflowPrintTicket;
Public Property PrintTicket As WorkflowPrintTicket
Property Value
The PrintTicket.
Remarks
A PrintTicket is a collection of various print related features and their values used to capture the user's intent for a given print job.