mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-31 14:01:59 +00:00
Update getPageImages() comment to mention pushInheritedAttributesToPage()
This commit is contained in:
parent
e7b8f297ba
commit
11b194a1d0
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user