AddHSeparator Method of the TableBlock Object
This method adds the horizontal separator to the table.
Syntax
Visual Basic .NET
Sub AddHSeparator(Y As Integer)
C++
HRESULT AddHSeparator(
int Y
);
Parameters
- Y
- [in] This parameter specifies the vertical coordinate of the newly added horizontal separator in pixel coordinates relative to image.
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