Gets or sets the group name for this automation object
Object.defineProperty(AnnAutomationObject.prototype, 'groupName',
get: function(),
set: function(value)
)
groupName: string;
The group name for this automation object. The default value is "Main".
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET