PrintSupportSettingsUISession.SessionPrintTicket Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le ticket d’impression pour la session active. Le ticket d’impression contient des instructions sur la façon dont l’imprimante doit définir ses différentes fonctionnalités pour une tâche d’impression.
public:
property WorkflowPrintTicket ^ SessionPrintTicket { WorkflowPrintTicket ^ get(); };
WorkflowPrintTicket SessionPrintTicket();
public WorkflowPrintTicket SessionPrintTicket { get; }
var workflowPrintTicket = printSupportSettingsUISession.sessionPrintTicket;
Public ReadOnly Property SessionPrintTicket As WorkflowPrintTicket
Valeur de propriété
Ticket d’impression pour la session active.