CommentMark Constructor (IDocument, CommentMarkType)
|
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public CommentMark(
IDocument doc,
CommentMarkType type
)
Public Sub New (
doc As IDocument,
type As CommentMarkType
)
public:
CommentMark(
IDocument^ doc,
CommentMarkType type
)
new :
doc : IDocument *
type : CommentMarkType -> CommentMark
Parameters
-
doc
-
Type:
Spire.Doc.Interface
IDocument
The document.
-
type
-
Type:
Spire.Doc.Documents
CommentMarkType
The comment mark type.
See Also