←Select platform

Left Property

Summary

X-axis value of the left side of the rectangle.

Syntax
C#
VB
C++
Java
public double Left { get; set; } 
Public Property Left As Double 
public double getLeft() 
public void setLeft(double left) 
public: 
property double Left { 
   double get(); 
   void set (    double ); 
} 

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

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly