Click or drag to resize

CommentFormat Constructor (Document)

Initializes a new instance of the CommentFormat class with the specified document.

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public CommentFormat(
	Document document
)

Parameters

document
Type: Spire.Doc Document
The document to which the comment format will be applied.
See Also