Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

Height Property (LeadSizeD)

Show in webframe
Gets or sets a value that represents the width for this LeadSizeD.
Syntax
get_height();
set_height(value);
Object.defineProperty('height');

Property Value

TypeDescription
doubleValue that indicates the width of the size. Must be a value greater than or equal to 0.
Remarks

If this LeadSizeD is Empty, then the value of Width and Height will be a negative number to indicate an empty size or a size that has not been set yet. Trying to set the Width or Height value of LeadSizeD will result in an error.

See Also

Reference

LeadSizeD Object
LeadSizeD Members

Error processing SSI file