Jump To Slides Feature Not Working in Aspose Slides

Hi,

We are using Aspose Slides in our .NET web application, we are not able to make jump to slides feature work in the power point presentation created using Aspose.

Could you please let us know if this feature is supported by Aspose? If yes, please let us know which version supports it and a sample code.

If not, when can we expect it to be available?

Thanks!
Florence

@vpedada.connectpw,

Thank you for your interest in Aspose.Slides.

I have tried to understand your requirements and have not been able to completely understand them. Do you mean hyperlink to desired slide by “Jump to slide”. If yes then you can use setting internal hyperlink feature to serve the purpose. I hope the shared information will be helpful. If it is otherwise then can you please elaborate your requirement. I suggest you to please visit documentation link, Adding Hyperlink on Shape for your convenience. You may set the internal slide hyperlink using HyperlinkManager.SetInternalHyperlinkClick() method.

Thanks, this helped.