Click or drag to resize

BookmarkCollection Item Property (String)

Gets the Bookmark with the specified name.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Bookmark this[
	string name
] { get; }

Parameters

name
Type: System String

Property Value

Type: Bookmark
See Also