Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

SizeModeWidth Property

Show in webframe
Width of the layout in pixels
Syntax
get_sizeModeWidth();
set_sizeModeWidth(value);
Object.defineProperty('sizeModeWidth');

Property Value

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

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

See Also

Reference

ImageViewerViewLayout Object
ImageViewerViewLayout Members

Error processing SSI file