WorkflowPrintTicket.MergeAndValidateTicket(WorkflowPrintTicket) Méthode
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.
Fusionne un ticket d’impression nouvellement configuré dans le ticket d’impression actuel et valide le ticket fusionné, garantissant ainsi qu’il ne demande aucune fonctionnalité d’impression que l’imprimante ne prend pas en charge.
public:
virtual WorkflowPrintTicket ^ MergeAndValidateTicket(WorkflowPrintTicket ^ deltaShemaTicket) = MergeAndValidateTicket;
WorkflowPrintTicket MergeAndValidateTicket(WorkflowPrintTicket const& deltaShemaTicket);
public WorkflowPrintTicket MergeAndValidateTicket(WorkflowPrintTicket deltaShemaTicket);
function mergeAndValidateTicket(deltaShemaTicket)
Public Function MergeAndValidateTicket (deltaShemaTicket As WorkflowPrintTicket) As WorkflowPrintTicket
Paramètres
- deltaShemaTicket
- WorkflowPrintTicket
Objet de ticket d’impression qui a été configuré.
Retours
Objet de ticket d’impression validé.