This document is archived and information here might be outdated.  Recommended version.


IRasterThumbnailBuilder.ThumbnailFormat Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterThumbnailBuilder.ThumbnailFormat Property

The format string defining the layout of the byte array used for encoding the thumbnail pixels.

[Visual Basic .NET]
Public Property ThumbnailFormat As String
[C#]
public string ThumbnailFormat {get; set;}
[C++]
HRESULT get_ThumbnailFormat(
  BSTR* pThumbnailFormat
);
[C++]
HRESULT put_ThumbnailFormat(
  BSTR pThumbnailFormat
);
[C++]

Parameters pThumbnailFormat [out, retval] pThumbnailFormat is a parameter of type BSTR pThumbnailFormat [in] pThumbnailFormat is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterThumbnailBuilder Interface