This document is archived and information here might be outdated. Recommended version. |
Renders and returns a thumbnail (as an of bytes in the requested format) associated with the specified item URI and the corresponding raster.
[Visual Basic .NET] Public Function BuildThumbnail ( _ ByVal pItemURI As IItemURI, _ ByVal pRaster As IRaster _ ) As Byte[]
[C#] public Byte[] BuildThumbnail ( IItemURI pItemURI, IRaster pRaster );
[C++]
HRESULT BuildThumbnail(
IItemURI* pItemURI,
IRaster* pRaster
);
[C++] Parameters pItemURI [in]
pItemURI is a parameter of type IItemURI* pRaster [in]
pRaster is a parameter of type IRaster*