PrintSupportSettingsUISession.SessionPrintTicket Property

Definition

Gets the print ticket for the current session. The print ticket contains instructions on how the printer should set its various features for a printing task.

public:
 property WorkflowPrintTicket ^ SessionPrintTicket { WorkflowPrintTicket ^ get(); };
WorkflowPrintTicket SessionPrintTicket();
public WorkflowPrintTicket SessionPrintTicket { get; }
var workflowPrintTicket = printSupportSettingsUISession.sessionPrintTicket;
Public ReadOnly Property SessionPrintTicket As WorkflowPrintTicket

Property Value

The print ticket for the current session.

Applies to