ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > Basic Objects > IGPDFBasArray Object > IGPDFBasArray Methods > PutName Method |
Puts the name integer value into the specified location in an array. The array is extended as much as necessary.
PutName (Index As Long, Indirect As Boolean, Name As IGPDFAtom)
Name | Description |
---|---|
Index | The location in array to store a value. The first element of an array has an index of zero. |
Indirect | If True, creates the key value as an indirect object. If False, creates the key value as a direct object. |
Value | The name value to insert into array. |
None