←Select platform

OcrPageCharacters Property

Summary

The recognized OCR characters object associated with this page.

Syntax
C#
VB
C++
public IOcrPageCharacters OcrPageCharacters { get; } 
Public ReadOnly Property OcrPageCharacters() As IOcrPageCharacters 
   Get 
public:  
   property IOcrPageCharacters^ OcrPageCharacters 
   { 
      IOcrPageCharacters^ get() 
   } 

Property Value

The recognized OCR characters object associated with this page if DocumentText.StoreOcrPageCharacters was true; otherwise, null. The default value is null.

Example

For an example, refer to DocumentText.StoreOcrPageCharacters.

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