showGlyphVariants Property

Summary

Display variants for certain glyphs when input is text from OCR.

Syntax
TypeScript
JavaScript
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 a OCR operation. When this property is true, showGlyphInfo is implied to be true as well.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly