CommentCollectionToArray Method

Creates and returns an array with all comments.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public IComment[] ToArray()

Return Value

Type: IComment
Array of Comment.

Implements

ICommentCollectionToArray
See Also