Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

This property returns the number of the page on which the specified symbol of the recognized text is located.

Syntax

C++

HRESULT get_PageNumber(
   int  Index,
   int* Result
);

C#

int get_PageNumber( int Index );

Visual Basic .NET

Property PageNumber(Index As Integer) As Integer

Parameters

Index [in] This parameter specifies the index of the specified symbol in the recognized text. Result [out, retval] A pointer to int variable that receives the value of this property.

Return values

This function has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

See also

PlainText Working with Properties