Leadtools.Annotations.Automation.AnnDesignerType = function() { };
Leadtools.Annotations.Automation.AnnDesignerType.prototype = {
none = 0,
draw = 1,
run = 2,
edit = 3,
};
| Value | Member | Description |
|---|---|---|
| 0 | none | None |
| 1 | draw | The designer is Leadtools.Annotations.Designers.AnnDrawDesigner |
| 2 | run | The designer is Leadtools.Annotations.Designers.AnnRunDesigner |
| 3 | edit | The designer is Leadtools.Annotations.Designers.AnnEditDesigner |