PrintTicketCapabilities.DocumentCollateFeature 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 available document collation feature for this print ticket.
public:
property PrintTicketFeature ^ DocumentCollateFeature { PrintTicketFeature ^ get(); };
PrintTicketFeature DocumentCollateFeature();
public PrintTicketFeature DocumentCollateFeature { get; }
var printTicketFeature = printTicketCapabilities.documentCollateFeature;
Public ReadOnly Property DocumentCollateFeature As PrintTicketFeature
Property Value
The document collation feature object.