'Declaration Public Sub Put( _ ByVal key As ImGearPDFAtom, _ ByVal value As ImGearPDFBasObj _ )
'Usage Dim instance As ImGearPDFBasDict Dim key As ImGearPDFAtom Dim value As ImGearPDFBasObj instance.Put(key, value)
public void Put( ImGearPDFAtom key, ImGearPDFBasObj value )
public: void Put( ImGearPDFAtom* key, ImGearPDFBasObj* value )
public: void Put( ImGearPDFAtom^ key, ImGearPDFBasObj^ value )
Parameters
- key
- Key to set the value to.
- value
- Key Value to be set.