PdfViewerCommands.ToggleAnnotations Property
In This Article
Returns the command that invokes the built-in Annotations page.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public Command ToggleAnnotations { get; }
#Property Value
Type | Description |
---|---|
Command | A command. |
#Remarks
The following image shows the Annotations page:
See Also