Inserts a <key, ObjType::e_Array> pair in the dictionary.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj PutArray(
string key
)
Public Function PutArray (
key As String
) As Obj
public:
virtual Obj^ PutArray(
[InAttribute] String^ key
) sealed
Parameters
- key
- Type: SystemString
The key of the value to set.
Return Value
Type:
Obj
A newly created Array object.
Remarks
If this dictionary already contains an entry with the same key, the old entry will be deleted and all
DictIterators to this entry will be invalidated.
See Also