PrintSupportSettingsUISession.SessionPrintTicket 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 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.