Click or drag to resize

TextExtractorLineIsSimpleLine Method

Checks if is simple line.

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

Return Value

Type: Boolean
true is this line is not rotated (i.e. if the quadrilaterals returned by GetBBox() and GetQuad() coincide).
See Also