Link Search Menu Expand Document

FoundLine Class

Represents a line object found by LineDetector.
Inheritance Hierarchy
SystemObject
Bytescout.PDFExtractorFoundLine

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

The FoundLine type exposes the following members.

Constructors
NameDescription
Public methodFoundLine
Initializes a new instance of the FoundLine class
Top
Properties
NameDescription
Public propertyFrom
Start point of the line. Coordinates are in Points (1/72") for PDF documents, and in pixels for images.
Public propertyLineOrientation
Line orientation (horizontal or vertical).
Public propertyTo
End point of the line. Coordinates are in Points (1/72") for PDF documents, and in pixels for images.
Public propertyWidth
Width of the line. Units are Points (1/72") for PDF documents, and pixels for images.
Top
Methods
NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
See Also

Reference