DocumentPaginatorPages Property |
Gets the document pages.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxpublic ReadOnlyCollection<DocumentPage> Pages { get; }
Public ReadOnly Property Pages As ReadOnlyCollection(Of DocumentPage)
Get
Property Value
ReadOnlyCollectionDocumentPage
See Also