←Select platform

ShowGlyphVariants Property

Summary

Display variants for some glyphs if the input is text from OCR.

Syntax
C#
Objective-C
C++/CLI
Python
[DataMemberAttribute(Name="showGlyphVariants")] 
public bool ShowGlyphVariants {get; set;} 
@property (nonatomic, assign) BOOL showGlyphVariants; 
public:  
   [DataMemberAttribute(Name=L"showGlyphVariants")] 
   property bool ShowGlyphVariants 
   { 
      bool get() 
      void set(bool value) 
   } 
ShowGlyphVariants # get and set (AltoXmlDocumentOptions) 

Property Value

true to display variants for some glyphs if the input is text from OCR; otherwise, false. The default value is false.

Remarks

The OCR engine may produce variants for each recognized character. When this option is on, the glyphs for these variants will also be displayed. 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.

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

Leadtools.Document.Writer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.