Property Page
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Page
Gets the page that should be displayed when this
PdfOutlineItem is activated or null
if there is no
such page specified for this outline item.
public PdfPage? Page { get; }
Property Value
- PdfPage
The page that should be displayed when this PdfOutlineItem is activated or
null
if there is no such page specified for this outline item.
Exceptions
- UnexpectedStructureException
The internal PDF structure does not contain the corresponding value but the value is required because of the presence or absence of other values. Or the value exists, but has an unexpected type.