ImageGear v26.0 - Updated
Put Method (ImGearPDFBasDict)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFBasDict Class : Put Method
Key to set the value to.
Key Value to be set.
Sets the value of a dictionary key, adding the key to the dictionary if it is not already present.
Syntax
'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.
See Also

Reference

ImGearPDFBasDict Class
ImGearPDFBasDict Members
ImGearPDFAtom Class
ImGearPDFBasObj Class

Is this page helpful?
Yes No
Thanks for your feedback.