Class Feature
Contents
[
Hide
]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
public class Feature : CompositePrintTicketElement, IFeatureItem, IPrintTicketItem
Constructors
Name | Description |
---|---|
Feature(string, Feature, params IFeatureItem[]) | Creates a new PrintTicket feature instance. |
Feature(string, Option, params IFeatureItem[]) | Creates a new PrintTicket feature instance. |
Properties
Name | Description |
---|---|
Name { get; } | Gets the element name. |
Methods
Name | Description |
---|---|
Add(params 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. |
See Also
- class CompositePrintTicketElement
- interface IFeatureItem
- interface IPrintTicketItem
- namespace Aspose.Page.XPS.XpsMetadata
- assembly Aspose.Page