ToArray
ToArray()
Creates and returns an array with all comments.
public IComment[] ToArray()
Return Value
Array of IComment
.
See Also
- interface IComment
- interface ICommentCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
ToArray(int, int)
Creates and returns an array with all comments from the specified range.
public IComment[] ToArray(int startIndex, int count)
Parameter | Type | Description |
---|---|---|
startIndex | Int32 | An index of a first comment to return. |
count | Int32 | A number of comments to return. |
Return Value
Array of IComment
.
See Also
- interface IComment
- interface ICommentCollection
- namespace Aspose.Slides
- assembly Aspose.Slides