Pages

IDocumentInfo.Pages property

Gets a collection of objects representing common information about the document pages (slides, worksheets, etc).

public IReadOnlyList<PageInfo> Pages { get; }

Property Value

A collection of objects representing common information about the document pages (slides, worksheets, etc).

See Also