FindCellBlock Method of the TableBlock Object

This method provides access to the table cell block that contains the point with the specified pixel coordinates relative to image.

Syntax

Visual Basic .NET

Function FindCellBlock( _
  X As Integer, _
  Y As Integer _
) As Block
    

C++

HRESULT FindCellBlock(
  int      X,
  int      Y,
  IBlock** Result
);
    

Parameters

X
[in] This variable contains the horizontal coordinate of the point in pixel coordinates relative to image.
Y
[in] This variable contains the vertical coordinate of the point in pixel coordinates relative to image.
Result
[out, retval] A pointer to the IBlock* variable that receives the interface pointer for the cell block. Returns NULL, if the table cell block is not found.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.

See also

TableBlock

15.08.2023 13:19:30

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.