←Select platform

ShowGlyphVariants Property

Summary

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

Syntax
C#
VB
C++
[DataMemberAttribute(Name="showGlyphVariants")] 
public bool ShowGlyphVariants {get; set;} 
<DataMemberAttribute(Name:="showGlyphVariants")>  
Public Property ShowGlyphVariants() As Boolean 
   Get 
   Set 
public:  
   [DataMemberAttribute(Name=L"showGlyphVariants")] 
   property bool ShowGlyphVariants 
   { 
      bool get() 
      void set(bool value) 
   } 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly