Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

AlignColumn Method

Show in webframe
Index of the first item in itemBounds to align.
Index of the last item in itemBounds to align.
Array of item bounds to update.
This column height in pixels.
Largest column height found in the layout.
Alignment to use.
Align the items to even distances in a column.
Syntax
 function Leadtools.Controls.ImageViewerViewLayout.alignColumn( 
   firstItemIndex ,
   lastItemIndex ,
   itemBounds ,
   columnHeight ,
   totalHeight ,
   alignment 
)

Parameters

ParameterTypeDescription
firstItemIndexintIndex of the first item in itemBounds to align.
lastItemIndexintIndex of the last item in itemBounds to align.
itemBoundsLeadRectDArray of item bounds to update.
columnHeightdoubleThis column height in pixels.
totalHeightdoubleLargest column height found in the layout.
alignmentControlAlignmentAlignment to use.
Remarks

This method is used by UpdateTransform.

See Also

Reference

ImageViewerViewLayout Object
ImageViewerViewLayout Members

Error processing SSI file