This property returns the font formatting attribute flags of the recognized character. It can be a bit-wise combination of the following value set:
Namespace:
Kofax.OmniPageCSDK.IproPlusAssembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
SyntaxPublic ReadOnly Property Font As Integer
Get
public:
property int Font {
int get ();
}Property Value
Type:
Int32
Remarks|
FONTFLAG Value
|
Meaning
|
|---|
|
R_ITALIC
|
The character is italic.
|
|
R_BOLD
|
The character is bold.
|
|
R_SERIF
|
The character is serif.
|
|
R_PROPORTIONAL
|
The character is proportional.
|
|
R_MONOSPACED
|
The character is monospaced.
|
|
R_SMALLCAPS
|
The character is a small capital.
|
|
R_UNDERLINE
|
The character is underlined.
|
|
R_STRIKETHROUGH
|
The character is struck through.
|
|
R_SUPERSCRIPT
|
The character is superscripted.
|
|
R_SUBSCRIPT
|
The character is subscripted.
|
|
R_DROPCAP
|
The character is drop capped.
|
|
R_INVERTED
|
The character is inverted.
|
Text marking is not a font attribute. See the FindTextAction enumeration.
See Also