Back to Devexpress

PdfAnnotationChangingEventArgs.NewAnnotation Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfannotationchangingeventargs.md

latest1.2 KB
Original Source

PdfAnnotationChangingEventArgs.NewAnnotation Property

Returns an annotation’s new property values.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public IPdfViewerAnnotation NewAnnotation { get; }
vb
Public ReadOnly Property NewAnnotation As IPdfViewerAnnotation

Property Value

TypeDescription
IPdfViewerAnnotation

An object that contains annotation properties.

|

See Also

PdfAnnotationChangingEventArgs Class

PdfAnnotationChangingEventArgs Members

DevExpress.Xpf.PdfViewer Namespace