groupSelectedObjects Method

Summary

Group the selected objects using the specified name.

Syntax

JavaScript Syntax
DocumentViewerAnnotations.prototype.groupSelectedObjects = function(groupName) 
TypeScript Syntax
groupSelectedObjects(groupName: string): void; 

Parameters

groupName

Group name to use.

Remarks

This method will loop through all the currently selected objects in the page and set the value of AnnObject.GroupName to groupName.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 Apryse Sofware Corp. All Rights Reserved.

Leadtools.Documents.UI Assembly