TextExtractorLineIsSimpleLine Method |
Checks if is simple line.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool IsSimpleLine()
Public Function IsSimpleLine As Boolean
public:
virtual bool IsSimpleLine() sealed
Return Value
Type:
Boolean true is this line is not rotated (i.e. if the
quadrilaterals returned by GetBBox() and GetQuad() coincide).
See Also