Insert Method of the MrzField Object
This method inserts a text fragment.
Syntax
C++
HRESULT GetCharParams(
int Pos,
BSTR Text,
ICharParams* CharParams
);
C#
void Insert( int Pos, string Text, ICharParams CharParams );
Visual Basic .NET
Sub Insert( _ Pos As Integer, _ Text As String, _ CharParams As ICharParams _ )
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
9/17/2024 3:14:40 PM