ImageGear Professional v18.2 > API Reference Guide > ART Component API Reference > ART Component Objects > IGArtPage Object > IGArtPage Methods > MarkModify Method |
Modifies the specified mark by replacing all of its attributes with the values of the various Attrxxx properties. Your application should call MarkQuery Method to set all of the Attrxxx properties, then change them as needed, and then call MarkModify Method to modify the mark.
MarkModify(MarkIndex As Long) As Boolean
Name | Description |
---|---|
MarkIndex | Index of the mark to check. |
True if the mark was modified successfully, False if the modification failed or if your PreModifyNotify Event event handler cancelled the modification.
N/A
None