←Select platform

X Property

Summary

X-coordinate of this PDFPoint.

Syntax

C#
VB
Java
C++
public double X { get; set; } 
Public Property X As Double 
public double getX() 
public void setX(double x) 
             
public: 
property double X { 
   double get(); 
   void set (    double ); 
} 

Property Value

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

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly