WorkflowPrintTicket.DocumentBindingFeature 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 document binding configuration for this print ticket.
public:
property PrintTicketFeature ^ DocumentBindingFeature { PrintTicketFeature ^ get(); };
PrintTicketFeature DocumentBindingFeature();
public PrintTicketFeature DocumentBindingFeature { get; }
var printTicketFeature = workflowPrintTicket.documentBindingFeature;
Public ReadOnly Property DocumentBindingFeature As PrintTicketFeature
Property Value
The document binding feature object.