Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Height Property (LeadSizeD)








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;}
public double getHeight()
public void setHeight(double value)
            
 <br/>get_Height();<br/>set_Height(value);<br/>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

Error processing SSI file