Back to Devexpress

PdfViewerControl.DeleteAnnotationCommand Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfviewercontrol-c282ed6a.md

latest1.2 KB
Original Source

PdfViewerControl.DeleteAnnotationCommand Property

Returns a command that deletes a selected annotation.

Namespace : DevExpress.Xpf.PdfViewer

Assembly : DevExpress.Xpf.PdfViewer.v25.2.dll

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public ICommand DeleteAnnotationCommand { get; }
vb
Public ReadOnly Property DeleteAnnotationCommand As ICommand

Property Value

TypeDescription
ICommand

An object implementing the ICommand interface that defines the command.

|

See Also

PdfViewerControl Class

PdfViewerControl Members

DevExpress.Xpf.PdfViewer Namespace