Compartir a través de


PrintSupportPrintTicketValidationRequestedEventArgs.PrintTicket Propiedad

Definición

Obtiene el vale de impresión que debe validarse. El vale de impresión contiene instrucciones sobre cómo la impresora debe establecer sus diversas características para una tarea de impresión.

public:
 property WorkflowPrintTicket ^ PrintTicket { WorkflowPrintTicket ^ get(); };
WorkflowPrintTicket PrintTicket();
public WorkflowPrintTicket PrintTicket { get; }
var workflowPrintTicket = printSupportPrintTicketValidationRequestedEventArgs.printTicket;
Public ReadOnly Property PrintTicket As WorkflowPrintTicket

Valor de propiedad

Vale de impresión que debe validarse.

Se aplica a