SetBookmark Method of the Paragraph Object

This method sets a user bookmark to a string within a paragraph and adds an appropriate prefix to its name automatically.

Syntax

C++

HRESULT SetBookmark(
  int  Position,
  int  Count,
  BSTR Bookmark
);
    

C#

void SetBookmark(
  int    Position,
  int    Count,
  string Bookmark
);
    

Visual Basic .NET

Sub SetBookmark( _
  Position As Integer, _
  Count As Integer, _
  Bookmark As String _
)
    

Parameters

Position
[in] The index of the initial character of the bookmark.
Count
[in] The length of the string that forms the bookmark.
Bookmark
[in] This variable specifies the name of the bookmark to be set.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

See also

Paragraph

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.