←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly