Click or drag to resize

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
)

Parameters

mtx
Type: pdftron.CommonMatrix2D
The new text matrix for this text element
See Also