ImageGear Professional v18.2 > API Reference Guide > ART Component API Reference > ART Component Objects > IGArtPage Object > IGArtPage Methods > UserDataSet Method |
Sets a value in 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.
UserDataSet(lIndex As Long, pData As String)
Name | Description |
---|---|
lIndex | Index of the entry in a mark's "User Data" array to set. Must be a number from 0 to 999. |
pData | String to be stored in the "User Data" array. |
None
N/A
None