SearchResultElement Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Defines the search result element.
Inheritance Hierarchy
Bytescout.PDFExtractorSearchResultElement
Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
The SearchResultElement type exposes the following members.
Properties
Name | Description | |
---|---|---|
Angle | Rotation angle of the element. | |
Bounds | Bounding rectangle of the element. | |
FontColor | Font color. | |
FontColorAsHtmlColor | Font color in HTML format. | |
FontColorAsOleColor | Font color as OLE Color. | |
FontIsBold | Whether the font is bold. | |
FontIsItalic | Whether the font is italic. | |
FontName | Font name. | |
FontSize | Font size in px. | |
Height | Height of the element. | |
Index | Index of the element (zero-based). | |
IsNewLine | Whether the element is located on the new line (comparing to previous element). | |
Left | Left coordinate of the element. | |
Text | Text of the element. | |
Top | Top coordinate of the element. | |
Width | Width of the element. |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also