Gets the Bookmark with the specified name.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Bookmark this[
	string name
] { get; }
Public ReadOnly Default Property Item ( 
	name As String
) As Bookmark
	Get
public:
property Bookmark^ default[String^ name] {
	Bookmark^ get (String^ name);
}
member Item : Bookmark with get

Parameters

name
String

Property Value

Bookmark

See Also