ImageGear Professional v18.2 > API Reference Guide > ART Component API Reference > ART Component Objects > IGArtPage Object > IGArtPage Methods > GroupAccess Method |
Sets the access control (editable or view-only) to the marks in the group specified by GroupName. When Access is set to True, the end user is allowed to edit or modify marks in the group; when set to False the end user is not allowed to edit or modify marks in the group.
GroupAccess(GroupName As String, Access As Boolean)
Name | Description |
---|---|
GroupName | Specifies the group of marks to set the access control to. |
Access | If True - the marks are editable, if False - the marks are not editable. |
None
N/A
None