PDFView4NET WinForms Edition
Top Property (DisplayRectangle)




O2S.Components.PDFView4NET Namespace > DisplayRectangle Class : Top Property
Gets or sets Y coordinate of the top left corner.
Syntax
'Declaration
 
Public Property Top As Double
'Usage
 
Dim instance As DisplayRectangle
Dim value As Double
 
instance.Top = value
 
value = instance.Top
public double Top {get; set;}
public: __property double get_Top();
public: __property void set_Top( 
   double value
);
public:
property double Top {
   double get();
   void set (    double value);
}

Property Value

The Y coordinate of the top left corner of the rectangle.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DisplayRectangle Class
DisplayRectangle Members