| 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.6+c8104d9b5f50644b2c93d424e62edbf40828fde7
Syntax public PageList Pages { get; }
Property Value
PageListExceptions Exception | Condition |
---|
InvalidOperationException | if the document has already been closed |
See Also