Skip to main content
All docs
V20.1

PdfTextMarkupAnnotationCreatingEventArgs.Cancel Property

Specifies whether to prohibit text markup annotation creation for a selected text.

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 the text markup annotation creation; otherwise false.

See Also