Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdPage::getImages Method
Syntax
C++
void getImages(OdImagePtrArray& images, OdRectArray& locations, OdDoubleArray& rotations) const;

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

 

Parameters
Description
images
[out] A placeholder for the page images array.
locations
[out] A placeholder for the image locations array.
rotations
[out] A placeholder for the array rotation angles for images.
Copyright © 2002-2022. Open Design Alliance All rights reserved.