Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Represents OCR word More...
Public Member Functions | |
virtual void | Dispose () |
int | GetWidth () |
Gets the width. | |
override string | ToString () |
bool | Equals (SolidFramework.Imaging.OcrWord other) |
override bool | Equals (object obj) |
override int | GetHashCode () |
Static Public Member Functions | |
static bool | operator== (SolidFramework.Imaging.OcrWord obj1, SolidFramework.Imaging.OcrWord obj2) |
static bool | operator!= (SolidFramework.Imaging.OcrWord obj1, SolidFramework.Imaging.OcrWord obj2) |
Properties | |
string | Font [get] |
Gets the font. | |
global::System.Drawing.Color | Color [get] |
Gets the color. | |
global::System.Drawing.Color | Background [get] |
Gets the background color. | |
double | Pts [get] |
Gets the PTS. | |
bool | Bold [get] |
Gets a value indicating whether this OcrWord is bold. More... | |
bool | Italic [get] |
Gets a value indicating whether this OcrWord is italic. More... | |
int | Confidence [get] |
Gets a value indicating whether this OcrWord is of high recognition confidence. More... | |
int | Dx [get] |
Gets the delta x co-ordinates. | |
int | Dy [get] |
Gets the delta y co-ordinates. | |
int | BaseLine [get] |
Gets the base line. | |
int | Height [get] |
Gets the height. | |
Represents OCR word
|
get |
Gets a value indicating whether this OcrWord is bold.
true
if bold; otherwise, false
.
|
get |
Gets a value indicating whether this OcrWord is of high recognition confidence.
100
if confident; less if not.
|
get |
Gets a value indicating whether this OcrWord is italic.
true
if italic; otherwise, false
.