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

PdfTextMarkupAnnotationCreatingEventArgs.Cancel Property

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

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

See Also