Class SetTextMatrix
SetTextMatrix class
Class representing Tm operator (set text matrix).
public class SetTextMatrix : TextPlaceOperator
Constructors
| Name | Description |
|---|
| SetTextMatrix(Matrix) | Initializes operator by matrix. |
| SetTextMatrix(double, double, double, double, double, double) | Initializes operator. |
Properties
| Name | Description |
|---|
| Index { get; set; } | Operator index in page operators list. |
| Matrix { get; set; } | Matrix argument of the operator. |
Methods
| Name | Description |
|---|
| 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