ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFBasDict Class / Put Method
Key to set the value to.
Key Value to be set.




In This Topic
    Put Method (ImGearPDFBasDict)
    In This Topic
    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