Class BT

BT class

Class representing BT operator (Begin of text block).

public class BT : BlockTextOperator

Constructors

NameDescription
BT()Initializes operator.

Properties

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

Methods

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

See Also