Skip to main content

PdfCommandProvider.ShowAnnotationPropertiesCommand Property

Returns a command that runs the Annotation Properties dialog after a text markup annotation (highlight, strikethrough or underline) was clicked on a page.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v24.1.dll

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public ICommand ShowAnnotationPropertiesCommand { get; protected set; }

Property Value

Type Description
ICommand

A command that implements the ICommand.

See Also