PdfViewerCommands.DeleteSelectedAnnotation Property
Returns the command that removes the selected annotation.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
Declaration
public Command DeleteSelectedAnnotation { get; }
Property Value
Type | Description |
---|---|
Command | A command that removes the selected annotation. |
See Also