PrintSupportPrintTicketValidationRequestedEventArgs.PrintTicket 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得需要驗證的列印票證。 列印票證包含印表機如何設定列印工作各種功能的指示。
public:
property WorkflowPrintTicket ^ PrintTicket { WorkflowPrintTicket ^ get(); };
WorkflowPrintTicket PrintTicket();
public WorkflowPrintTicket PrintTicket { get; }
var workflowPrintTicket = printSupportPrintTicketValidationRequestedEventArgs.printTicket;
Public ReadOnly Property PrintTicket As WorkflowPrintTicket
屬性值
需要驗證的列印票證。