Reading pages

This commit is contained in:
Jakub Melka
2018-12-26 18:00:17 +01:00
parent 5db77f810a
commit 9239d663e6
7 changed files with 363 additions and 2 deletions

View File

@@ -97,6 +97,11 @@ public:
/// \param defaultValue Default value
QString readTextString(const PDFObject& object, const QString& defaultValue) const;
/// Reads a rectangle from the object, if it is possible.
/// \param object Object, can be an indirect reference to object (it is dereferenced)
/// \param defaultValue Default value
QRectF readRectangle(const PDFObject& object, const QRectF& defaultValue) const;
/// Reads enum from name object, if it is possible.
/// \param object Object, can be an indirect reference to object (it is dereferenced)
/// \param begin Begin of the enum search array