CommentDisplayMode Enumeration
|
Specifies the rendering mode for document comments.
Namespace:
Spire.Doc.Layout
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum CommentDisplayMode
Public Enumeration CommentDisplayMode
public enum class CommentDisplayMode
Members
|
Member name
|
Value
|
Description
|
|
Hide
|
0
|
No document comments are rendered.
|
|
ShowInBalloons
|
1
|
Renders document comments in balloons in the margin. This is the default value.
|
|
ShowInAnnotations
|
2
|
Renders document comments in annotations. This is only available for Pdf format.
|
See Also