showGlyphVariants Property (original) (raw)
Summary
Display variants for certain glyphs when input is text from OCR.
Syntax
Object.defineProperty(AltoXmlDocumentOptions.prototype, 'showGlyphVariants',
get: function(),
set: function(value)
)
showGlyphVariants: boolean;
Property Value
true to display variants for certain glyph when input is text from OCR; otherwise, false. The default value is false.
Remarks
showGlyphVariants is used only when the input comes from an OCR operation. When this property is true, showGlyphInfo is implied to be true as well.
Leadtools.Document Assembly