Re

Re class

Class representing re operator (add rectangle to the path).

The Re type exposes the following members:

Constructors

NameDescription
Re()Initializes operator.
Re(x, y, width, height)Initializes a new instance of the Re class

Properties

NameDescription
indexOperator index in page operators list.
xX coordinate of most left side of rectangle.
yY corrdinate of bottom side of rectangle.
widthWidth of the rectangle.
heightHeight of the rectangle.

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