Skip to main content
All docs
V20.1

AnnotationDeletingEventArgs.Cancel Property

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

Namespace: DevExpress.Xpf.PdfViewer

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

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

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

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

See Also