Class Do

Do class

Class representing Do operator (Invoke XObject).

public class Do : Operator

Constructors

NameDescription
Do()Constructs new Do operator. Used for retrieving all Do operators, i.e. without checking their argument names.
Do(string)Constructs new Do operator.

Properties

NameDescription
Index { get; set; }Operator index in page operators list.
Name { get; set; }Name of XObject argument of the operator.

Methods

NameDescription
override Accept(IOperatorSelector)Accepts visitor object to process operator.
override ToString()Returns text representation of operator.
ValueEquals(Operator)Compares this instance with the given object.

See Also