Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Automation)

Flip Method

Show in webframe
true to flip the object horizontally (reverse); false to flip the object vertically.
Flips the objects that are currently being edited (selected) in this AnnAutomation.
Syntax
 function Leadtools.Annotations.Automation.AnnAutomation.flip( 
   horizontal 
)

Parameters

ParameterTypeDescription
horizontalbooltrue to flip the object horizontally (reverse); false to flip the object vertically.
Remarks

AnnAutomation can flip one or more AnnObject if they are currently in edit mode (selected) and these objects are not locked.

If objects are grouped together the group is flipped as a unit.

Call the CanFlip property to determine whether you can call this method.

See Also

Reference

AnnAutomation Object
AnnAutomation Members

Error processing SSI file