PrintSupportPrintTicketValidationRequestedEventArgs.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 print ticket that needs to be validated. The print ticket contains instructions on how the printer should set its various features for a printing task.
public:
property WorkflowPrintTicket ^ PrintTicket { WorkflowPrintTicket ^ get(); };
WorkflowPrintTicket PrintTicket();
public WorkflowPrintTicket PrintTicket { get; }
var workflowPrintTicket = printSupportPrintTicketValidationRequestedEventArgs.printTicket;
Public ReadOnly Property PrintTicket As WorkflowPrintTicket
Property Value
The print ticket that needs to be validated.