Back to Devexpress

PdfAnnotationCreatingEventArgs.Cancel Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfannotationcreatingeventargs-afe224fd.md

latest1.1 KB
Original Source

PdfAnnotationCreatingEventArgs.Cancel Property

Gets or sets whether the event should be canceled.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public bool Cancel { get; set; }
vb
Public Property Cancel As Boolean

Property Value

TypeDescription
Boolean

true if the event should be canceled; otherwise, false.

|

See Also

PdfAnnotationCreatingEventArgs Class

PdfAnnotationCreatingEventArgs Members

DevExpress.Xpf.PdfViewer Namespace