Back to Devexpress

PdfAnnotationChangingEventArgs.OldAnnotation Property

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

latest1.2 KB
Original Source

PdfAnnotationChangingEventArgs.OldAnnotation Property

Returns an annotation’s previous property values.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

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

Property Value

TypeDescription
IPdfViewerAnnotation

An object that contains annotation properties.

|

See Also

PdfAnnotationChangingEventArgs Class

PdfAnnotationChangingEventArgs Members

DevExpress.Xpf.PdfViewer Namespace