CommentMark
Type Property
|
Gets or sets the type of the CommentMark.
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public CommentMarkType Type { get; set; }
Public Property Type As CommentMarkType
Get
Set
public:
property CommentMarkType Type {
CommentMarkType get ();
void set (CommentMarkType value);
}
member Type : CommentMarkType with get, set
Property Value
Type:
CommentMarkType
The type.
See Also