Class SetTextMatrix

SetTextMatrix class

Class representing Tm operator (set text matrix).

public class SetTextMatrix : TextPlaceOperator

Constructors

NameDescription
SetTextMatrix(Matrix)Initializes operator by matrix.
SetTextMatrix(double, double, double, double, double, double)Initializes operator.

Properties

NameDescription
Index { get; set; }Operator index in page operators list.
Matrix { get; set; }Matrix 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