Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

MaximumScrollSize Property

Show in webframe
Current maximum scroll size allowed.
Syntax
get_maximumScrollSize();
Object.defineProperty('maximumScrollSize');

Property Value

TypeDescription
LeadSizeDThe maximum scroll size allowed.
Remarks

The Width value of this property will contain the size of the current maximum horizontal range and the Height value of this property will contain the size of the current maximum vertical range.

MaximumScrollSize will be automatically updated by the viewer when any of the values that affect transformation is changed or when the size of the control changes. For more information, refer to ScrollMode and ScrollOffset.

See Also

Reference

ImageViewer Object
ImageViewer Members

Error processing SSI file