Option class

Option class

The class that implements a common PrintTicket

Inheritance: OptionCompositePrintTicketElementPrintTicketElement

The Option type exposes the following members:

Constructors

NameDescription
Option(name, items)Initializes a new instance of the Option class
Option(items)Initializes a new instance of the Option class
Option(option)Initializes a new instance of the Option class

Properties

NameDescription
nameGets the element name.

Methods

NameDescription
add(items)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