ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFBasDict Class / Get Method
The key to get value of.




In This Topic
    Get Method (ImGearPDFBasDict)
    In This Topic
    Gets the value of the specified key in the specified dictionary.
    Syntax
    'Declaration
     
    Public Function Get( _
       ByVal key As ImGearPDFAtom _
    ) As ImGearPDFBasObj
    'Usage
     
    Dim instance As ImGearPDFBasDict
    Dim key As ImGearPDFAtom
    Dim value As ImGearPDFBasObj
     
    value = instance.Get(key)
    public ImGearPDFBasObj Get( 
       ImGearPDFAtom key
    )
    public: ImGearPDFBasObj* Get( 
       ImGearPDFAtom* key
    ) 
    public:
    ImGearPDFBasObj^ Get( 
       ImGearPDFAtom^ key
    ) 

    Parameters

    key
    The key to get value of.

    Return Value

    ImGearPDFBasObj class object.
    Remarks
    If called with a stream object instead of a dictionary object, this method gets the value of the specified key from the stream's attributes dictionary.
    See Also