ImageGear v26.0 - Updated
Get Method (ImGearPDFBasDict)




ImageGear.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)
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

Reference

ImGearPDFBasDict Class
ImGearPDFBasDict Members
ImGearPDFBasObj Class
ImGearPDFAtom Class

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