Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
Este método establece un marcador de usuario en una cadena dentro de un párrafo y agrega automáticamente un prefijo adecuado a su nombre.
HRESULT SetBookmark(
int Position,
int Count,
BSTR Bookmark
);
void SetBookmark(
int Position,
int Count,
string Bookmark
);
Sub SetBookmark( _
Position As Integer, _
Count As Integer, _
Bookmark As String _
)
Position
[in] El índice del carácter inicial del marcador.
Count
[in] La longitud de la cadena que constituye el marcador.
Bookmark
[in] Esta variable especifica el nombre del marcador que se establecerá.
Este método no tiene valores de retorno específicos. Devuelve los valores de retorno estándar de las funciones de ABBYY FineReader Engine.
Párrafo