AddComment

ICommentCollection.AddComment method

Add new comment at the end of a collection.

public IComment AddComment(string text, ISlide slide, PointF position, DateTime creationTime)
ParameterTypeDescription
textStringPlain text of a new comment.
slideISlideSlide in a presentation where to add a new comment.
positionPointFPosition on a slide where to add a new comment.
creationTimeDateTimeTime of a comment creation.

Return Value

Added comment.

See Also