ImageGear Professional v18.2 > API Reference Guide > ART Component API Reference > ART Component Objects > IGArtPage Object > IGArtPage Methods > MarkCreate Method |
Creates a new mark of the specified type. The new mark's attributes will be taken from the various GlobalAttrxxx property values.
MarkCreate(MarkType As Long) As Long
Name | Description |
---|---|
MarkType | The type of mark to be created. |
Index of the created mark, or -1 if mark creation was cancelled by your PreCreateNotify Event or CreateNotify Event handler.
N/A
None