API Reference > OdDb Classes > OdDbViewTableRecord Class > OdDbViewTableRecord Methods > OdDbViewTableRecord::getThumbnail Method
OdDbViewTableRecord::getThumbnail Method
Syntax
C++
void getThumbnail(OdBinaryData* pThumbnail) const;
Parameters 
Description 
OdBinaryData* pThumbnail 
[out] Receives a pointer to the thumbnail. 

Returns the thumbnail information for this view. 

 

Thumbnail information consists of a packed BITMAPINFO structure immediately followed in memory by the thumbnail data.

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