PdfViewer.ShowEditToolbar Property
In This Article
Gets or sets whether to show the edit toolbar that contains commands to add annotations, highlight text, free-hand draw, and add signatures.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public bool ShowEditToolbar { get; set; }
#Property Value
Type | Description |
---|---|
Boolean |
|
#Remarks
To manage top toolbar visibility, use the ShowToolbar property.
See Also