Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdThumbnailImage::getNumEntries Method
Syntax
C++
int getNumEntries() const;

Returns the number of entries populated for this ThumbnailImage object.

Returns ((hasHeader()?1:0)+(hasBmp()?1:0)+(hasWmf()?1:0)+(hasPng()?1:0))

Copyright © 2002-2022. Open Design Alliance All rights reserved.