LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

Height Property (PDFRect)






Gets the height of the rectangle.
Syntax
public double Height {get;}
'Declaration
 
Public ReadOnly Property Height As Double
'Usage
 
Dim instance As PDFRect
Dim value As Double
 
value = instance.Height
public double Height {get;}
 get_Height(); 
public:
property double Height {
   double get();
}

Property Value

A System.Double that represents the height of the rectangle.
Remarks

This is a read-only value. Height of a PDFRect is Bottom - Top.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFRect Structure
PDFRect Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.