Defines types of comment mark.
Namespace: Spire.Doc.DocumentsAssembly: 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
| Member | Value | Description |
|---|---|---|
| CommentStart | 0 |
Comment start mark type.
|
| CommentEnd | 1 |
Comment end mark type
|