Property ShowToolbar
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
ShowToolbar
Gets or sets a value indicating whether to show an interactive toolbar associated with this annotation.
public bool ShowToolbar { get; set; }
Property Value
- bool
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
.