Class TextOperator

TextOperator class

Abstract base class for text-related operators (TJ, Tj, Tm, BT, ET, etc).

public abstract class TextOperator : Operator

Constructors

NameDescription
TextOperator()Initializes operator.
TextOperator(TextProperties)Text operator which accepts text properties.

Properties

NameDescription
Index { get; set; }Operator index in page operators list.

Methods

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

See Also