ImageGear Professional v18.2 > API Reference Guide > ART Component API Reference > ART Component Objects > IGArtPage Object > IGArtPage Methods > GlobalAttrUserDataSet Method |
Sets a default value property. The value specified to this method will be used as if it had been supplied to UserDataSet Method whenever a new mark is created. Specifies the "User Data" for a mark.
GlobalAttrUserDataSet(lIndex As Long, pData As String)
Name | Description |
---|---|
lIndex | Index of the entry in the default "User Data" array to get. |
pData | String to place into the default "User Data" array. |
None
N/A
None