Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

SizeModeHeight Property

Show in webframe
Height of the layout in pixels
Syntax
get_sizeModeHeight();
set_sizeModeHeight(value);
Object.defineProperty('sizeModeHeight');

Property Value

TypeDescription
doubleThe height of the layout in pixels. Default value is 0.
Remarks

This value must be set during UpdateTransform to set the height of the layout in pixels. The viewer will use this value to control how much to zoom when FitHeight> is used for example. Typically this should be the height of largest row.

See Also

Reference

ImageViewerViewLayout Object
ImageViewerViewLayout Members

Error processing SSI file