ImageGear Professional v18.2 > API Reference Guide > ART Component API Reference > ART Component Objects > IGArtPage Object > IGArtPage Methods > UserDataGet Method |
Gets a value from the "User Data" array for a mark. Before using this method, you must load the IGArtPage Object.Attrxxx properties with the values from a specific mark by calling MarkQuery Method. The "User Data" array is an array of strings that is stored with a mark. Each mark has its own array. The "User Data" is for the use of the application program - ImageGear only stores and retrieves it for the application.
UserDataGet(lIndex As Long) As String
Name | Description |
---|---|
lIndex | Index of the entry in a mark's "User Data" array to get. Must be a number from 0 to 999. |
String into which the "User Data" value will be returned.
N/A
None