Hello,
Team, we are trying To get comment added by author in visio, see sample snap shot for visio file.
Here I can get the comment using below code,
AnnotationCollection annotations = page.PageSheet.Annotations;
// …...same way you read the comment text – the Annotation object also...Summary: // Contains the comment text in string format for a shape...