←Select platform

OcrDocument Property

Summary

Gets or sets the OcrDocument that contains the page.

Syntax

C#
VB
C++
public IOcrDocument OcrDocument { get; set; } 
  
Public Property OcrDocument As Leadtools.Forms.Ocr.IOcrDocument 
public: 
property Leadtools.Forms.Ocr.IOcrDocument^ OcrDocument { 
   Leadtools.Forms.Ocr.IOcrDocument^ get(); 
   void set (    Leadtools.Forms.Ocr.IOcrDocument^ ); 
} 

Property Value

The OCR Document that is created from the Ocr engine and used for processing.

Remarks

If this value is null the processing engine will create its own OcrDocument and add the page image to it.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly