DocumentInfoPages Property |
Gets the information about pages such as the index and page size.
Namespace: GroupDocs.Parser.OptionsAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.0
Syntaxpublic IList<PageInfo> Pages { get; }
Public ReadOnly Property Pages As IList(Of PageInfo)
Get
public:
virtual property IList<PageInfo^>^ Pages {
IList<PageInfo^>^ get () sealed;
}
abstract Pages : IList<PageInfo> with get
override Pages : IList<PageInfo> with get
Property Value
Type:
IListPageInfoA collection with instances of
PageInfo classes.
Implements
IDocumentInfoPages
See Also