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