API Reference > Namespaces > OdPdfPublish Namespace > Classes > OdPage Class > OdPage Methods > OdPage::getImages Method
OdPage::getImages Method
Syntax
C++
void getImages(OdImagePtrArray& images, OdRectArray& locations) const;
Parameters 
Description 
OdImagePtrArray& images 
[out] A placeholder for the page images array.  
OdRectArray& locations 
[out] A placeholder for the image locations array. 

Returns all images that the page contains and their locations. The method fills two passed arrays with image objects and their locations, then returns these arrays to a calling subroutine. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.