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

AnnotationDeletingEventArgs.Cancel Property

Specifies whether to prohibit text markup annotation deleting on a page.

Namespace: DevExpress.Xpf.PdfViewer

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

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true, to cancel text markup annotation deleting; otherwise, false.

See Also