How to find out if a slide is hidden (or set a slide to hidden/visible)?

Hi,
I’ve searched the docs but can’t seem to find a way to know if a slide is hidden in the PresentationDocument - is this supported? Also can the value be set when generating a presentation?
Thanks,
Alex

Hi Alex,

Please try again with this bugfix version:
https://www.gemboxsoftware.com/presentation/nightlybuilds/GBP25v1260.zip

Or this NuGet package:
Install-Package GemBox.Presentation -Version 25.0.1260-hotfix

We added the Slide.Visible property.

Does this solve your issue?

Regards,
Mario

Great, yes it does.
Thanks for the super fast support again!
Alex