Hello Team,
I am trying to get comment for each slide but i can not find any property like Slide.Comment to get comment value.
I can only see Slide.GetSlideComments with some authours but in my case it wont works well. …...properties such as Author and Text . Example (C# .NET) using System;...= {comment.Author}, Text = {comment.Text}"); } } } } This code...