Aspose::Page::XPS::XpsMetadata::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.

class Feature : public Aspose::Page::XPS::XpsMetadata::CompositePrintTicketElement,
                public virtual Aspose::Page::XPS::XpsMetadata::IPrintTicketItem,
                public virtual Aspose::Page::XPS::XpsMetadata::IFeatureItem

Methods

MethodDescription
Add(const System::ArrayPtr<System::SharedPtr<IFeatureItem>>&)Adds 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.
Feature(System::String, System::SharedPtr<Option>, const System::ArrayPtr<System::SharedPtr<IFeatureItem>>&)Creates a new PrintTicket feature instance.
Feature(System::String, System::SharedPtr<Feature>, const System::ArrayPtr<System::SharedPtr<IFeatureItem>>&)Creates a new PrintTicket feature instance.

See Also