ImageGear Professional v18.2 > API Reference Guide > ARTX Component API Reference > ARTX Component Objects > IGArtXPage Object > IGArtXPage Methods > AddMarkGroupName Method |
Adds new mark to ArtX page. Mark will be added to group with the name specified.
If there is no such group on page, it will be created first.
Mark's coordinate system will be set to CoordType value.
AddMarkGroupName(IMark As IIGArtXMark, CoordType As enumIGArtXCoordType, GroupName As String)
Name | Description |
---|---|
IMark | Handle of mark to add. |
CoordType | Coordinate type of mark on page. |
GroupName | Name of group to which to add mark. |
None
N/A