←Select platform

Bottom Property

Summary

Y-axis value of the bottom side of the rectangle.

Syntax

C#
VB
Java
C++
public double Bottom { get; set; } 
Public Property Bottom As Double 
public double getBottom() 
public void setBottom(double bottom) 
             
public: 
property double Bottom { 
   double get(); 
   void set (    double ); 
} 

Property Value

A System.Double that represents the y-axis value of the bottom 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