Chinese Simplified (简体中文)

GetLocation Method of the PDFPicture Object

This method returns a picture position from a document page by its index.

Syntax

C++

HRESULT GetLocation(
   int       PageIndex,
   IPoint**  Result
);
    

C#

IPoint GetLocation( int PageIndex );
    

Visual Basic .NET

Function GetLocation(PageIndex As Integer) As IPoint
    

Parameters

PageIndex
[in] Specifies the index of the original page for which the picture position should be set.
Result
[out, retval] A pointer to IPoint* pointer variable that receives the interface pointer of the output Point object. If there is no picture on a page, this method will return a valid IPoint object with the values -1 of X and Y.

Return values

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

See also

PDFPicture

24.03.2023 8:51:52

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.