O2S.Components.PDF4NET.View.Win Documentation
DisplayRectangle Property



O2S.Components.PDF4NET.View.Annotations Namespace > PDFVisualAnnotation Class : DisplayRectangle Property
Gets or sets the visual rectangle of this annotation.
Syntax
'Declaration
 
Public Overridable Property DisplayRectangle As O2S.Components.PDF4NET.Graphics.PDFDisplayRectangle
'Usage
 
Dim instance As PDFVisualAnnotation
Dim value As O2S.Components.PDF4NET.Graphics.PDFDisplayRectangle
 
instance.DisplayRectangle = value
 
value = instance.DisplayRectangle
public virtual O2S.Components.PDF4NET.Graphics.PDFDisplayRectangle DisplayRectangle {get; set;}
public:
virtual property O2S.Components.PDF4NET.Graphics.PDFDisplayRectangle^ DisplayRectangle {
   O2S.Components.PDF4NET.Graphics.PDFDisplayRectangle^ get();
   void set (    O2S.Components.PDF4NET.Graphics.PDFDisplayRectangle^ value);
}

Property Value

A O2S.Components.PDF4NET.Graphics.PDFDisplayRectangle 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, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


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
O2S.Components.PDF4NET.Graphics.PDFDisplayRectangle