Skip to main content
A newer version of this page is available.
All docs
V19.2

PdfTextMarkupAnnotationCreatingEventArgs.IsSelected Property

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

Namespace: DevExpress.Xpf.PdfViewer

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

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