Gets or sets a value indicating whether the toolbar should be displayed when the annotation is activated or not.
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
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
BooleanIf 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.