SetLocation Method of the PDFPicture Object

This method sets a picture position on a document page.

Syntax

C++

HRESULT SetLocation(
   IPoint*   Offset,
   int       PageIndex
);
    

C#

void SetLocation(
  IPoint      Offset,
  int         PageIndex
);
    

Visual Basic .NET

Sub SetLocation( _
  Offset As IPoint,
  PageIndex As Integer _
)
    

Parameters

Offset
[in] Refers to the Point object which describes the location of a point on an image.
PageIndex
[in] Specifies the index of the original page for which the picture position should be set. By default, this variable is set to -1, which means that the picture position will be set on all document pages. If you need to specify the pictures positions on certain pages, you should list the indexes of the desired pages, for example, (1, 3, 6, 7).

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.