GetSlideComments

ISlide.GetSlideComments method

Returns all slide comments added by specific author.

public IComment[] GetSlideComments(ICommentAuthor author)
ParameterTypeDescription
authorICommentAuthorAuthor of comments to find or null to return all comments.

Return Value

Array of IComment.

See Also