XFINIUM.PDF.View.Win Documentation
NewSize Property



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

Property Value

The size of the anotation on the page after it has been resized.
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

PdfVisualAnnotationResizeEventArgs Class
PdfVisualAnnotationResizeEventArgs Members