Share via


PrintSupportPrintTicketValidationRequestedEventArgs.PrintTicket Property

Definition

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.

Applies to