groupName Property

Summary

Gets or sets the group name for this automation object

Syntax

JavaScript Syntax
Object.defineProperty(AnnAutomationObject.prototype, 'groupName', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
groupName: string; 

Property Value

The group name for this automation object. The default value is "Main".

Remarks

GroupName can be used to categorize automation objects into groups. For example, "Basic Drawing Shapes", "Medical" and "Document" annotations. This can be used by the user interface as the name for the toolbar for example.

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