From 11b194a1d0b02e5964359510ab4e914c16c0c50c Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 11 Jul 2012 15:56:50 -0400 Subject: Update getPageImages() comment to mention pushInheritedAttributesToPage() --- include/qpdf/QPDFObjectHandle.hh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'include') 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 getPageImages(); -- cgit v1.2.3-54-g00ecf