Skip to main content
This method provides access to parameters of a character with the specified position in a paragraph’s dropped capital.

Syntax

C++

HRESULT GetDropCapCharParams(
   int           Pos,
   ICharParams** Result
);

C#

ICharParams GetDropCapCharParams( int Pos );

Visual Basic .NET

Function GetDropCapCharParams(Pos As Integer) As ICharParams

Parameters

Pos [in] This variable contains the index of the character inside the paragraph dropped capital. Result [out, retval] A pointer to the ICharParams* pointer variable that receives the interface pointer of the CharParams object representing the parameters of the dropped capital. result must not be NULL; otherwise, an error code is returned.

Return values

This function has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

See also

Paragraph CharParams