| 
Document
Comments Property
  | 
 Gets comments item of the document.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public CommentsCollection Comments { get; }
 
Public ReadOnly Property Comments As CommentsCollection
	Get
 
public:
virtual property CommentsCollection^ Comments {
	CommentsCollection^ get () sealed;
}
 
abstract Comments : CommentsCollection with get
override Comments : CommentsCollection with get
 
 
 
Property Value
 
 Type:
 
CommentsCollection
 
Implements
 
IDocument
Comments
 
 
 See Also
See Also