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

Operation Property

Show in webframe
Gets a value that indicates which edit operation is currently being performed.
Syntax
get_operation();
set_operation(value);
Object.defineProperty('operation');

Property Value

TypeDescription
AnnEditDesignerOperationThe current edit operation. The default value is AnnEditDesignerOperation.None.
Remarks

This property indicates which edit operation is currently being performed on this AnnEditDesigner. It gets updated whenever the object receives Edit events.

See Also

Reference

AnnEditDesigner Object
AnnEditDesigner Members

Error processing SSI file