Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Represents a line object found by LineDetector.
Inheritance Hierarchy
Bytescout.PDFExtractorFoundLine
Namespace: Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax
The FoundLine type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FoundLine | Initializes a new instance of the FoundLine class |
Properties
Name | Description | |
---|---|---|
![]() | From |
Start point of the line. Coordinates are in Points (1/72") for PDF documents, and in pixels for images.
|
![]() | LineOrientation |
Line orientation (horizontal or vertical).
|
![]() | To |
End point of the line. Coordinates are in Points (1/72") for PDF documents, and in pixels for images.
|
![]() | Width |
Width of the line. Units are Points (1/72") for PDF documents, and pixels for images.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Overrides ObjectToString.) |
See Also