LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

Left Property






Gets or sets the x-axis value of the left side of the rectangle.
Syntax
public double Left {get; set;}
'Declaration
 
Public Property Left As Double
'Usage
 
Dim instance As PDFRect
Dim value As Double
 
instance.Left = value
 
value = instance.Left
public double Left {get; set;}
 get_Left();
set_Left(value);
public:
property double Left {
   double get();
   void set (    double value);
}

Property Value

A System.Double that represents the x-axis value of the left side 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

PDFRect Structure
PDFRect Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.