ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > Basic Objects > IGPDFBasDict Object > IGPDFBasDict Methods > Get Method |
Gets the value of the specified key in the specified dictionary. 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.
Get (Key As IGPDFAtom) As IIGPDFBasObj
Name | Description |
---|---|
Key | The key whose value is obtained. See the PDF Reference to obtain the names of keys in dictionary objects that are part of standard PDF, such as annotations or page objects. |
The object associated with the specified key. If key is not present or if its value is null, returns an object of type IG_PDF_BASIC_NULL.