IDocumentInfoPages Property |
Gets a collection of objects representing common information about the document pages (slides, worksheets, etc).
Namespace: GroupDocs.Metadata.CommonAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
SyntaxIReadOnlyList<PageInfo> Pages { get; }
ReadOnly Property Pages As IReadOnlyList(Of PageInfo)
Get
property IReadOnlyList<PageInfo^>^ Pages {
IReadOnlyList<PageInfo^>^ get ();
}
abstract Pages : IReadOnlyList<PageInfo> with get
Property Value
Type:
IReadOnlyListPageInfoA collection of objects representing common information about the document pages (slides, worksheets, etc).
See Also