API Reference > OdDb Classes > OdDbViewTableRecord Class > OdDbViewTableRecord Methods > OdDbViewTableRecord::setThumbnail Method
OdDbViewTableRecord::setThumbnail Method
Syntax
C++
void setThumbnail(const OdBinaryData* pThumbnail);
Parameters 
Description 
const OdBinaryData* pThumbnail 
[in] Pointer to the thumbnail. 

Sets 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.