Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

GetWorkBounds Method

Show in webframe
Current image viewer instance
true if the area is to be calculated clipped with the current viewer rectangle, otherwise; false.
Current work bounds for this mode.
Syntax
 function Leadtools.Controls.ImageViewerInteractiveMode.getWorkBounds( 
   imageViewer ,
   clipped 
)

Parameters

ParameterTypeDescription
imageViewerImageViewerCurrent image viewer instance
clippedbooltrue if the area is to be calculated clipped with the current viewer rectangle, otherwise; false.

Return Value

TypeDescription
LeadRectD The work area bounds.
Remarks

This method will return the bounds of Item (using ItemPart) if its not null, otherwise it will return the current view bounds of the viewer.

See Also

Reference

ImageViewerInteractiveMode Object
ImageViewerInteractiveMode Members

Error processing SSI file