Pdf3dActivationSettings.ShowToolbar Property

Gets or sets a value indicating whether to show an interactive toolbar associated with this annotation.

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

Syntax

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

Property Value

Type: Boolean
true to display the toolbar when the annotation is activated and given focus. false (PDF 1.7) to hide the toolbar by default.

Remarks

Default value: true.

See Also