Click or drag to resize

BookmarkStart Constructor

Initializes a new instance of the BookmarkStart class.

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

Parameters

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