ColumnNumber Property of the Paragraph Object
This property provides access to the number of the column to which the character in the position belongs.
Syntax
C++
HRESULT get_ColumnNumber( int Position, int* Result );
C#
int get_ColumnNumber( int Position );
Visual Basic .NET
ReadOnly Property ColumnNumber(Position As Integer) As Integer
Parameters
- Position
- [in] This variable contains the index of a character inside the paragraph.
- Result
- [out, retval] A pointer to int variable that receives the number of the column.
Return values
This function has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
9/17/2024 3:14:41 PM