editObjectAfterDraw Property

Summary

Gets or sets a value that indicates whether newly drawn objects are selected (edited).

Syntax

JavaScript Syntax
Object.defineProperty(AnnAutomationManager.prototype, 'editObjectAfterDraw', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
editObjectAfterDraw: boolean; 

Property Value

true to edit (select) new objects; otherwise, it is false. The default value is true.

Remarks

When the value of this property is true (default) new objects drawn on the current active AnnAutomation will be automatically selected (edited).

The following illustrates how EditObjectAfterDraw and EndEditDesignerBeforeDraw work together:

  1. The user clicks on the annotations toolbar and clicks and drags on the container to draw a new object.

  2. When drawing finishes and if the value of EditObjectAfterDraw is true (the default), then this new object becomes selected and their edit designers start. This usually shows the selection and optional rotations thumbs. The user can now click and drag on the object or the thumbs to move, resize or rotate it. If the value of EditObjectAfterDraw is false, then this new object does not become selected automatically. The user has to click again on the object to select it and start editing it.

  3. The user then clicks to start drawing a new object. If the value of EndEditDesignerBeforeDraw is true (the default), then any previously selected objects becomes de-selected regardless of where the user clicks on the container - on any existing object or outside. A new object will always be drawn. If the value of EndEditDesignerBeforeDraw is false, then any selected objects becomes de-selected and the new object will be drawn only if the user starts drawing the object by clicking on the container outside the boundary of any other objects. If the user clicks on a previous object, then it will become selected (if not already) and the operation becomes an edit one, causing the object or its thumbs to move.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly