Inherits IpePdfObj.
A dictionary may or may not have attached stream data.
const IpePdfDict * IpePdfDict::Dict | ( | ) | const [virtual] |
void IpePdfDict::SetStream | ( | const IpeBuffer & | stream | ) |
Add stream data to this dictionary.
Add a (key, value) pair to the dictionary.
Dictionary takes ownership of obj.
const IpePdfObj * IpePdfDict::Get | ( | IpeString | key, | |
const IpePdfFile * | file | |||
) | const |
Look up key in dictionary.
Indirect objects (references) are looked up if file is not zero, and the object referred to is returned. Returns 0 if key is not in dictionary.
bool IpePdfDict::Deflated | ( | ) | const |
Is this stream compressed with flate compression?