Link Search Menu Expand Document

IFoundLine Interface

Represents a line object found by LineDetector.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public interface IFoundLine

The IFoundLine type exposes the following members.

Properties
NameDescription
Public propertyFrom
Start point of the line.
Public propertyLineOrientation
Line orientation (horizontal or vertical).
Public propertyTo
End point of the line.
Public propertyWidth
Width of the line.
Top
See Also

Reference