mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Reading pages
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user