Click or drag to resize

BookmarkEnd Constructor

Initializes a new instance of the BookmarkEnd class.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public BookmarkEnd(
	IDocument document,
	string name
)

Parameters

document
Type: Spire.Doc.Interface IDocument
The document.
name
Type: System String
The name.
See Also