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
HRESULT get_ColumnNumber( int Position, int* Result );
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
7/3/2024 8:50:25 AM