ImageGear Professional v18.2 > API Reference Guide > ART Component API Reference > ART Component Objects > IGArtPage Object > IGArtPage Methods > MarkAccess Method |
Allows or restricts access to (ability to edit) a specific mark. When Access is set to True, the mark can be edited. When Access is set to False, the mark is disabled for editing.
MarkAccess(MarkIndex As Long, Access As Boolean)
Name | Description |
---|---|
MarkIndex | Index of the mark whose access is to be changed. |
Access | True: the mark can be edited; False: the mark cannot be edited. |
None
N/A
None