Property ShowNavigationPane
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
ShowNavigationPane
Gets or sets a value indicating whether to show the navigation page for viewing or managing information about the 3D artwork.
public bool ShowNavigationPane { get; set; }
Property Value
- bool
true(PDF 1.7) to display the navigation pane when the annotation is activated.falseto hide the navigation pane by default.
Remarks
Default value: false.
Exceptions
- UnexpectedStructureException
The value in the internal PDF structure has an unexpected type.