跳转到主要内容
此属性返回已识别文本中指定符号所在页面的页码。

语法

C++

HRESULT get_PageNumber(
   int  Index,
   int* Result
);

C#

int get_PageNumber( int Index );

Visual Basic .NET

Property PageNumber(Index As Integer) As Integer

参数

Index [in] 该参数指定已识别文本中指定符号的索引。 Result [out, retval] 指向 int 变量的指针,用于接收此属性的值。

返回值

此函数没有特定的返回值。它返回 ABBYY FineReader Engine 函数的标准返回值

另请参阅

PlainText 使用属性