Insert Method of the Text Object
This method inserts a new text into the current text before the specified symbol.
Syntax
Visual Basic .NET
Sub Insert( _ Text As Text, _ Pos As Integer _ )
C++
HRESULT Insert(
IText* Text,
int Pos
);
Parameters
- Text
- [in] This variable refers to the Text object that is to be inserted.
- Pos
- [in] An index of a character in the text before which the text is inserted.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
8/15/2023 1:19:30 PM