PDFView4NET WinForms Edition
Left Property (DisplayRectangle)




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

Property Value

The X 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