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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

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