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

PdfTextMarkupAnnotationCreatingEventArgs.IsSelected Property

Specifies whether a newly created markup annotation is selected.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.1.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