PrintTicketCapabilities Class
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.
This class presents the configuration options that are supported by the printer. It contains read-only print feature objects with certain options available for each.
public ref class PrintTicketCapabilities sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PrintTicketCapabilities final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PrintTicketCapabilities
Public NotInheritable Class PrintTicketCapabilities
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v5.0)
|
Properties
DocumentBindingFeature |
Gets the available document binding feature for this print ticket. |
DocumentCollateFeature |
Gets the available document collation feature for this print ticket. |
DocumentDuplexFeature |
Gets the available duplex printing feature for this print ticket. |
DocumentHolePunchFeature |
Gets the available document hole-punch feature for this print ticket. |
DocumentInputBinFeature |
Gets the available printing input bin feature for this print ticket. |
DocumentNUpFeature |
Gets the available N-up printing feature for this print ticket. |
DocumentStapleFeature |
Gets the available document staple feature for this print ticket. |
JobPasscodeFeature |
Gets the avilable job passcode feature for this print ticket. |
Name |
Gets the canonical name of this object. |
PageBorderlessFeature |
Gets the available document borderless feature for this print ticket. |
PageMediaSizeFeature |
Gets the available page media size feature for this print ticket. |
PageMediaTypeFeature |
Gets the available page media type feature for this print ticket. |
PageOrientationFeature |
Gets the available page orientation feature for this print ticket. |
PageOutputColorFeature |
Gets the available page color feature for this print ticket. |
PageOutputQualityFeature |
Gets the available page quality feature for this print ticket. |
PageResolutionFeature |
Gets the available page resolution feature for this print ticket. |
XmlNamespace |
Gets the XML namespace for this capabilities object. |
XmlNode |
Gets the XML node for this capabilities object. |
Methods
GetFeature(String, String) |
Gets the specified print feature object. |
GetParameterDefinition(String, String) |
Gets the parameter definition object for the specified printing parameter. |