Feature class

Feature class

The class that incapsulates a common Print Schema feature. The base class for all schema-defined features. A Feature element contains a complete list of the Option and Property elements that fully describe a device attribute, job formatting setting, or other relevant characteristic. https://docs.microsoft.com/en-us/windows/win32/printdocs/feature

Inheritance: FeatureCompositePrintTicketElementPrintTicketElement

The Feature type exposes the following members:

Constructors

ConstructorDescription
initCreates a new PrintTicket feature instance.
initCreates a new PrintTicket feature instance.

Properties

PropertyDescription
nameGets the element name.

Methods

MethodDescription
addAdds a list of items to the end of this feature’s item list.
Each one must be a Feature, an Option or a Property instance.

See Also