Aspose::Page::XPS::XpsMetadata::Option class

Option class

The class that implements a common PrintTicketOption. 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.

class Option : public Aspose::Page::XPS::XpsMetadata::CompositePrintTicketElement,
               public virtual Aspose::Page::XPS::XpsMetadata::IFeatureItem

Methods

MethodDescription
Add(const System::ArrayPtr<System::SharedPtr<IOptionItem>>&)Adds a list of items to the end of this option’s item list. Each one must be a ScoredProperty or Property instance.
Option(System::String, const System::ArrayPtr<System::SharedPtr<IOptionItem>>&)Creates a new PrintTicket option instance.
Option(const System::ArrayPtr<System::SharedPtr<IOptionItem>>&)Creates a new PrintTicket option instance.
Option(System::SharedPtr<Option>)Creates a clone option instance.

See Also