AddHSeparator Method of the TableBlockDefinition Object
This method adds a horizontal separator to the table block along the Y-coordinate.
Syntax
Visual Basic .NET
Sub AddHSeparator(Y As Integer)
C++
HRESULT AddHSeparator(
int Y
);
Parameters
- Y
- [in] This variable contains the value of the Y-coordinate at which the horizontal separator will be added.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions
See also
TableBlockDefinition
15.08.2023 13:19:30