ConcatenateMatrix
ConcatenateMatrix class
Class representing cm operator (concatenate matrix to current transformation matrix).
The ConcatenateMatrix type exposes the following members:
Constructors
| Name | Description |
|---|
| ConcatenateMatrix(a, b, c, d, e, f) | Initializes a new instance of the ConcatenateMatrix class |
| ConcatenateMatrix(m) | Initializes a new instance of the ConcatenateMatrix class |
Properties
| Name | Description |
|---|
| index | Operator index in page operators list. |
| matrix | Matrix argument of the operator. |
Methods
| Name | Description |
|---|
| 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