aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-07-11 21:56:50 +0200
committerJay Berkenbilt <ejb@ql.org>2012-07-11 21:56:50 +0200
commit11b194a1d0b02e5964359510ab4e914c16c0c50c (patch)
tree2422789d16053c8f2eacc04f76eed00ecc3ba40e /include
parente7b8f297ba92f4cadf88efcb394830dc24d54738 (diff)
downloadqpdf-11b194a1d0b02e5964359510ab4e914c16c0c50c.tar.zst
Update getPageImages() comment to mention pushInheritedAttributesToPage()
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFObjectHandle.hh9
1 files changed, 6 insertions, 3 deletions
diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh
index 3b0814aa..22ded37e 100644
--- a/include/qpdf/QPDFObjectHandle.hh
+++ b/include/qpdf/QPDFObjectHandle.hh
@@ -360,9 +360,12 @@ class QPDFObjectHandle
// Throws an exception if this is not a Page object. Returns an
// empty map if there are no images or no resources. This
- // function does not presently support inherited resources. See
- // comment in the source for details. Return value is a map from
- // XObject name to the image object, which is always a stream.
+ // function does not presently support inherited resources. If
+ // this is a significant concern, call
+ // pushInheritedAttributesToPage() on the QPDF object that owns
+ // this page. See comment in the source for details. Return
+ // value is a map from XObject name to the image object, which is
+ // always a stream.
QPDF_DLL
std::map<std::string, QPDFObjectHandle> getPageImages();