Insert Method of the MrzField Object
This method inserts a text fragment.
Syntax
HRESULT GetCharParams(
int Pos,
BSTR Text,
ICharParams* CharParams
);
Parameters
- Pos
- [in] Position where the text fragment is inserted.
- Text
- [in] Specifies the text to be inserted.
- CharParams
- [in] This variable refers to the CharParams object that contains attributes for all characters of the inserted text fragment. This parameter may be 0, in which case the default character parameters are used.
Return values
This method 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