ImageGear .NET - Updated November 28, 2017
Get Method (ImGearPDFBasDict)




ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFBasDict Class : Get Method
The key to get value of.
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)

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

Reference

ImGearPDFBasDict Class
ImGearPDFBasDict Members
ImGearPDFBasObj Class
ImGearPDFAtom Class