XFINIUM.PDF.View.Win Documentation
OldPosition Property



Xfinium.Pdf.View Namespace > PdfVisualAnnotationMoveEventArgs Class : OldPosition Property
Gets the annotation's old position.
Syntax
'Declaration
 
Public ReadOnly Property OldPosition As Xfinium.Pdf.Graphics.PdfVisualRectangle
'Usage
 
Dim instance As PdfVisualAnnotationMoveEventArgs
Dim value As Xfinium.Pdf.Graphics.PdfVisualRectangle
 
value = instance.OldPosition
public Xfinium.Pdf.Graphics.PdfVisualRectangle OldPosition {get;}
public:
property Xfinium.Pdf.Graphics.PdfVisualRectangle^ OldPosition {
   Xfinium.Pdf.Graphics.PdfVisualRectangle^ get();
}

Property Value

The position of the anotation on the page before it has been moved.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVisualAnnotationMoveEventArgs Class
PdfVisualAnnotationMoveEventArgs Members