LEADTOOLS (Leadtools assembly)

Height Property (LeadSizeD)

Show in webframe







Gets or sets the height this LeadSizeD structure.
Syntax
public double Height {get; set;}
'Declaration
 
Public Property Height As Double
'Usage
 
Dim instance As LeadSizeD
Dim value As Double
 
instance.Height = value
 
value = instance.Height
public double Height {get; set;}

            

            
 
get_Height();
set_Height(value);
Object.defineProperty('Height');
public:
property double Height {
   double get();
   void set (    double value);
}

Property Value

The height of this size. Must be a value greater than or equal to 0.
Remarks

You cannot change the values of the Empty size.

Requirements

Target Platforms

See Also

Reference

LeadSizeD Structure
LeadSizeD Members

 

 


Products | Support | Contact Us | Copyright Notices

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