LEADTOOLS PDF (Leadtools.Pdf assembly)

Right Property

Show in webframe





Gets or sets the x-axis value of the left side of the rectangle.
Syntax
public double Right {get; set;}
'Declaration
 
Public Property Right As Double
'Usage
 
Dim instance As PDFRect
Dim value As Double
 
instance.Right = value
 
value = instance.Right

            

            
public:
property double Right {
   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

See Also

Reference

PDFRect Structure
PDFRect Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.