ElementGetTextMatrix Method |
Gets the text matrix.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Matrix2D GetTextMatrix()
Public Function GetTextMatrix As Matrix2D
public:
virtual Matrix2D^ GetTextMatrix() sealed
function GetTextMatrix();
Return Value
Type:
Matrix2D a reference to the current text matrix (Tm).
See Also