Click or drag to resize

ISlide GetComments Method (ICommentAuthor)

Returns all slide comments added by specific author.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
Comment[] GetComments(
	ICommentAuthor author
)

Parameters

author
Type: Spire.Presentation ICommentAuthor

Return Value

Type: Comment
Array of Comment .
See Also