OcrPageNumber Property

Summary

Gets or sets the index of the page in the OcrDocument.

Syntax
C#
VB
C++
public int OcrPageNumber { get; set; } 
  
Public Property OcrPageNumber As Integer 
public: 
property int OcrPageNumber { 
   int get(); 
   void set (    int ); 
} 

Property Value

The 0-based integer that specifies the index of the current page in the OcrDocument.

Remarks

-1 means this page is not added to the OcrDocument, otherwise, the page is at the specified index.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly