Aspose.Slides - Remove or Hide slide number

Hi,
I would like to remove slide numbers from presentation.
I know that PowerPoint.Interop library have some property SlideNoVisible that can be set to false.
Is there some equivalent on this in Aspose.Slides component?

Thanks
Goce

Hi Goce,

Thanks for your interest in Aspose.Slides.

I have observed your requirements and like to share that HeaderFooter class exposed by Presentation class may help you to control the header and footers display in presentation slides. You can try using the following sample code to hide the Slide number from footer of presentation.

pres.HeaderFooterManager.IsSlideNumberVisible = false;


Please share, if I may help you further in this regard.

Many Thanks,
Hi Mudassir,

Thanks for your replay.
I will check your solution, but my concern is that in the presentation I can have slide number label outside of the header and footer area. I am not sure that his solution will hide those too.

Hi Goce,

I have observed your further comments and request you to please provide the source presentation and desired output presentation without slide numbers. I will investigate the requirements and will then be able to share further feedback with you in this regard.

Many Thanks,