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 method allows you to set the coordinates of the point.

Syntax

C++

HRESULT SetPoint(
  int X,
  int Y
);

C#

void SetPoint(
  int X,
  int Y
);

Visual Basic .NET

Sub SetPoint(X As Integer, Y As Integer)

Parameters

X [in] Contains the horizontal coordinate of the point in pixels. The coordinates are relative to the document image. Y [in] Contains the vertical coordinate of the point in pixels. The coordinates are relative to the document image.

Return values

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

See also

Point