←Select platform

Right Property

Summary

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

Syntax

C#
VB
Java
C++
public double Right { get; set; } 
Public Property Right As Double 
public double getRight() 
public void setRight(double right) 
             
public: 
property double Right { 
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly