Skip to main content
All docs
V20.1

PdfTextMarkupAnnotationCreatingEventArgs.IsSelected Property

Gets or sets whether a newly created markup annotation is selected.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PdfViewer, DevExpress.Wpf.PdfViewer

Declaration

public bool IsSelected { get; set; }

Property Value

Type Description
Boolean

true, to select the newly created markup annotation; otherwise, false (the default value).

See Also