Back to Devexpress

PdfViewer.ShowEditToolbar Property

maui-devexpress-dot-maui-dot-pdf-dot-pdfviewer-594704b0.md

latest1.0 KB
Original Source

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

csharp
public bool ShowEditToolbar { get; set; }

Property Value

TypeDescription
Boolean

true to show the bottom toolbar; otherwise, false.

|

Remarks

To manage top toolbar visibility, use the ShowToolbar property.

See Also

PdfViewer Class

PdfViewer Members

DevExpress.Maui.Pdf Namespace