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 move the block region. The region is defined by coordinates of its rectangles (in pixels) upon the deskewed black-and-white plane of the corresponding image.

Syntax

C++

HRESULT Move(
  int DeltaX,
  int DeltaY
);

C#

void Move(
  int DeltaX,
  int DeltaY
);

Visual Basic .NET

Sub Move( _
  DeltaX As Integer, _
  DeltaY As Integer _
)

Parameters

DeltaX [in] Horizontal offset in pixels. DeltaY [in] Vertical offset in pixels.

Return values

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

See also

Block