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