PDFView4NET WPF Edition
LLX Property




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

Property Value

The X coordinate of the lower 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

PDFRectangle Class
PDFRectangle Members