LEADTOOLS PDF (Leadtools.Pdf assembly)

X Property

Show in webframe





Gets or sets the x-coordinate of this PDFPoint.
Syntax
public double X {get; set;}
'Declaration
 
Public Property X As Double
'Usage
 
Dim instance As PDFPoint
Dim value As Double
 
instance.X = value
 
value = instance.X

            

            
public:
property double X {
   double get();
   void set (    double value);
}

Property Value

A System.Double that represents the x-coordinate of this PDFPoint.
Requirements

Target Platforms

See Also

Reference

PDFPoint Structure
PDFPoint Members

 

 


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