Defines types of comment mark.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum CommentMarkType
Public Enumeration CommentMarkType
public enum class CommentMarkType
type CommentMarkType

Members

MemberValueDescription
CommentStart0
Comment start mark type.
CommentEnd1
Comment end mark type

See Also