←Select platform

ImagesRecognitionMode Property

Summary

Indicates how to treat the image elements encountered in the SVG representation of this page during text extraction.

Syntax
C#
VB
C++
public DocumentTextImagesRecognitionMode ImagesRecognitionMode {get; set;} 
Public Property ImagesRecognitionMode() As DocumentTextImagesRecognitionMode 
   Get 
   Set 
public:  
   property DocumentTextImagesRecognitionMode^ ImagesRecognitionMode 
   { 
      DocumentTextImagesRecognitionMode^ get() 
      void set(DocumentTextImagesRecognitionMode^ value) 
   } 

Property Value

A DocumentTextImagesRecognitionMode value that indicates how to treat the image elements encountered in the SVG representation of this page during text extraction. The default value is DocumentTextImagesRecognitionMode.Auto.

Remarks

ImagesRecognitionMode determines how text is extracted from the page during DocumentPage.GetText. For more information, refer to DocumentTextImagesRecognitionMode.

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