API Reference > Namespaces > OdPdfPublish Namespace > Classes > OdDocument Class > OdDocument Methods > OdDocument::getIconImages Method
OdDocument::getIconImages Method
Syntax
C++
void getIconImages(OdStringArray& names, OdImagePtrArray& images) const;
Parameters 
Description 
OdStringArray& names 
[out] A placeholder for icon image names.  
OdImagePtrArray& images 
[out] A placeholder for an array of smart pointers that point to the document icon images. 

Returns a collection of icon images from the Publish SDK document. This method fills the passed string array and smart pointer array with image names and pointers to image objects, then returns them to a calling subroutine. 

 

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