Click or drag to resize

BookmarkCollection FindByName Method

Finds Bookmark object by 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 FindByName(
	string name
)

Parameters

name
Type: System String
The bookmark name

Return Value

Type: Bookmark
See Also