Gets all author comments.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
Comment[] Comments { get; }
ReadOnly Property Comments As Comment()
Get
property array<Comment^>^ Comments {
array<Comment^>^ get ();
}
abstract Comments : Comment[] with get
Property Value
Type:
Comment
See Also