Read existing note?

Hello,

I am using aspose.slides. I have some queries.

How to read existing note in presentation? and

How to extract backcolor of the slide?

Thanks in advance.

You can read plain-text notes from Slide.Notes.Text property or parse Slide.Notes.Paragraphs to get formatted text.
Background of a slide available as Slide.Background property. It has FillFormat property.
Please read API reference. All classes and properties are documented.