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