Title
SummaryZoomSection.Title property
Returns the text title of the Summary Zoom Section object.
public string Title { get; set; }
Examples
Example:
[C#]
using (Presentation pres = new Presentation("pres.pptx"))
{
ISummaryZoomSection zoomSection = zoomFrame.SummaryZoomCollection[1];
zoomSection.Title = "Title";
}
See Also
- class SummaryZoomSection
- namespace Aspose.Slides
- assembly Aspose.Slides