Click or drag to resize

ElementHasTextMatrix Method

Checks for text matrix.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool HasTextMatrix()

Return Value

Type: Boolean
true if this element is directly associated with a text matrix (that is Tm operator is just before this text element) or false if the text matrix is default or is inherited from previous text elements.
See Also