Pdf3dActivationSettings.ShowNavigationPane Property

Gets or sets a value indicating whether to show the navigation page for viewing or managing information about the 3D artwork.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public bool ShowNavigationPane { get; set; }
VB
Public Property ShowNavigationPane As Boolean
	Get
	Set

Property Value

Type: Boolean
true (PDF 1.7) to display the navigation pane when the annotation is activated. false to hide the navigation pane by default.

Remarks

Default value: false.

See Also