Skip to main content

PdfViewer.ShowEditToolbar Property

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

public bool ShowEditToolbar { get; set; }

Property Value

Type Description
Boolean

true to show the bottom toolbar; otherwise, false.

Remarks

DevExpress PDF Viewer for .NET MAUI - Bottom toolbar

To manage top toolbar visibility, use the ShowToolbar property.

See Also