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; }
Public Property ShowToolbar As Boolean
Get
Set
public:
property bool ShowToolbar {
bool get ();
void set (bool value);
}
member ShowToolbar : bool with 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