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

MrzField
CharParams

24.03.2023 8:51:52

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.