AddVSeparator Method of the TableBlockDefinition Object
This method adds a vertical separator to the table block along the X-coordinate.
Syntax
Visual Basic .NET
Sub AddVSeparator(X As Integer)
C++
HRESULT AddVSeparator(
int X
);
Parameters
- X
- [in] This variable contains the value of the X-coordinate at which the vertical 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