mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Removing simple objects
This commit is contained in:
@ -94,6 +94,9 @@ public:
|
||||
/// Returns array of objects stored in this storage
|
||||
const PDFObjects& getObjects() const { return m_objects; }
|
||||
|
||||
/// Returns array of objects stored in this storage
|
||||
PDFObjects& getObjects() { return m_objects; }
|
||||
|
||||
/// Returns trailer dictionary
|
||||
const PDFObject& getTrailerDictionary() const { return m_trailerDictionary; }
|
||||
|
||||
|
Reference in New Issue
Block a user