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
Defines the search result element interface.
Namespace: Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax
The ISearchResultElement 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.
|
See Also