Click or drag to resize

BookmarkEnd Constructor

Initializes a new instance of the BookmarkEnd class.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public BookmarkEnd(
	DocumentCore document,
	string name
)

Parameters

document  DocumentCore
The owner document.
name  String
The bookmark name.
See Also