Do

Do class

Class representing Do operator (Invoke XObject).

The Do type exposes the following members:

Constructors

NameDescription
Do(name)Initializes a new instance of the Do class
Do()Constructs new Do operator.
Used for retrieving all Do operators, i.e. without checking their argument names.

Properties

NameDescription
indexOperator index in page operators list.
nameName of XObject argument of the operator.

Methods

NameDescription
accept(visitor)Accepts visitor object to process operator.
is_text_show_operator(op)Determines if the operator is operator which responsible for text output (Tj, TJ, etc)

See Also