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
8/15/2023 1:19:30 PM