ElementSetTextMatrix Method (Matrix2D) |
Sets the text matrix for a text element.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetTextMatrix(
Matrix2D mtx
)
Public Sub SetTextMatrix (
mtx As Matrix2D
)
public:
virtual void SetTextMatrix(
[InAttribute] Matrix2D^ mtx
) sealed
function SetTextMatrix(mtx);
Parameters
- mtx
- Type: pdftron.CommonMatrix2D
The new text matrix for this text element
See Also