Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

ScrollByRestrict Method

Show in webframe
The amount by which to scroll the viewer.
Scrolls the viewer by the specified amount in pixels while always restricting the value to the current minimum and maximum allowed.
Syntax
 function Leadtools.Controls.ImageViewer.scrollByRestrict( 
   point 
)

Parameters

ParameterTypeDescription
pointLeadPointDThe amount by which to scroll the viewer.
Remarks

ScrollByRestrict will restrict scrolling between 0,0 and MaximumScrollSize regardless of the value of RestrictScroll. Internall, the viewer will call RestrictScrollOffset on the result of adding point to current scroll offset before setting that into ScrollOffset.

See Also

Reference

ImageViewer Object
ImageViewer Members

Error processing SSI file