| 
DocumentLayoutOptions
CommentDisplayMode Property
  | 
 Gets or sets the way comments are rendered.
 Default value is
 
ShowInBalloons
 
 .
 Namespace:
 Spire.Doc.Layout
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public CommentDisplayMode CommentDisplayMode { get; set; }
 
Public Property CommentDisplayMode As CommentDisplayMode
	Get
	Set
 
public:
property CommentDisplayMode CommentDisplayMode {
	CommentDisplayMode get ();
	void set (CommentDisplayMode value);
}
 
member CommentDisplayMode : CommentDisplayMode with get, set
 
 
 
Property Value
 
 Type:
 
CommentDisplayMode
 
 
 See Also
See Also