XFINIUM.PDF.View.Win Documentation
VisualRectangle Property



Xfinium.Pdf.View.Annotations Namespace > PdfVisualAnnotation Class : VisualRectangle Property
Gets or sets the visual rectangle of this annotation.
Syntax
'Declaration
 
Public Overridable Property VisualRectangle As Xfinium.Pdf.Graphics.PdfVisualRectangle
'Usage
 
Dim instance As PdfVisualAnnotation
Dim value As Xfinium.Pdf.Graphics.PdfVisualRectangle
 
instance.VisualRectangle = value
 
value = instance.VisualRectangle
public virtual Xfinium.Pdf.Graphics.PdfVisualRectangle VisualRectangle {get; set;}
public:
virtual property Xfinium.Pdf.Graphics.PdfVisualRectangle^ VisualRectangle {
   Xfinium.Pdf.Graphics.PdfVisualRectangle^ get();
   void set (    Xfinium.Pdf.Graphics.PdfVisualRectangle^ value);
}

Property Value

A Xfinium.Pdf.Graphics.PdfVisualRectangle that represents the position and size of the annotation on the page.
Remarks
The visual rectangle is relative to the top left corner of the page.
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

PdfVisualAnnotation Class
PdfVisualAnnotation Members