←Select platform

RecognizeGlyphs Property

Summary

Indicates whether the application will attempt to recognize any glyphs found in SVG files using the OCR engine.

Syntax
C#
VB
C++
public bool RecognizeGlyphs {get; set;} 
Public Property RecognizeGlyphs() As Boolean 
   Get 
   Set 
public:  
   property bool RecognizeGlyphs 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to try to recognize glyphs found in SVG files using the OCR engine; otherwise, false to ignore using the OCR engine to recognize glyphs found in SVG files. The default value is true.

Remarks

This is only valid if the value of ImagesRecognitionMode is DocumentTextImagesRecognitionMode.Always.

Refer to Parsing Text with the Document Library for more information.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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