Class Option
Contents
[
Hide
]Option class
The class that implements a common PrintTicket
Option
. The base class for all schema-defined options. An Option element contains all of the Property
and ScoredProperty
elements associated with this option. https://docs.microsoft.com/en-us/windows/win32/printdocs/option
public class Option : CompositePrintTicketElement, IFeatureItem
Constructors
Name | Description |
---|---|
Option(params IOptionItem[]) | Creates a new PrintTicket option instance. |
Option(Option) | Creates a clone option instance. |
Option(string, params IOptionItem[]) | Creates a new PrintTicket option instance. |
Properties
Name | Description |
---|---|
Name { get; } | Gets the element name. |
Methods
Name | Description |
---|---|
Add(params IOptionItem[]) | Adds a list of items to the end of this option’s item list. Each one must be a ScoredProperty or Property instance. |
See Also
- class CompositePrintTicketElement
- interface IFeatureItem
- namespace Aspose.Page.XPS.XpsMetadata
- assembly Aspose.Page