 | OcrResultIteratorSymbolIsDropcap Property |
Returns true if the current symbol is a dropcap.
If iterating at a higher level object than symbols, eg words, then
this will return the attributes of the first symbol in that word.
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic bool SymbolIsDropcap { get; }Public ReadOnly Property SymbolIsDropcap As Boolean
Get
public:
property bool SymbolIsDropcap {
bool get ();
}member SymbolIsDropcap : bool with get
/** @property */
public boolean get_SymbolIsDropcap()
function get_SymbolIsDropcap();
Property Value
Boolean
See Also