This object describes the location of a point on an image.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.
Properties
| Name | Type | Description |
|---|---|---|
| Application | Engine, read-only | Returns the Engine object. |
| X | int | Specifies the horizontal coordinate of the point in pixels. The coordinates are relative to the document image. |
| Y | int | Specifies the vertical coordinate of the point in pixels. The coordinates are relative to the document image. |
Methods
Output parameter
This object is the output parameter of the following methods:- CreatePoint method of the Engine object
- GetLocation method of the PDFPicture interface
Input parameter
This object is passed as the input parameter to the following methods:- SetLocation method of the PDFPicture interface
- OnCorrectPerspective (Win) method of the IImageViewerEvents interface
