Click or drag to resize

Pdf3DActivation ShowToolbar Property

Gets or sets a value indicating whether the toolbar should be displayed when the annotation is activated or not.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool ShowToolbar { get; set; }

Property Value

Type: Boolean
If true, a toolbar should be displayed by default when the annotation is activated and given focus. If false, a toolbar should not be displayed by default.
See Also