 | DocumentPages Property |
The pages of the document.
If the document is writable,
it is possible to append new pages to the end of the list.
Namespace: PdfTools.FourHeights.PdfToolbox.PdfAssembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.4.11+448b51188eed077347c3a51591ba80f0b99c42d7
Syntaxpublic PageList Pages { get; }
Property Value
PageList
ExceptionsException | Condition |
---|
InvalidOperationException | if the document has already been closed |
See Also