The thumbnail image stored with the map document, if any. If the document has no thumbnail stored with it, this method will return E_FAIL and the returned IPictureDisp object will be null.
[Visual Basic .NET]
Public ReadOnly Property Thumbnail As stdole.IPictureDisp
[C#]
public stdole.IPictureDisp Thumbnail {get;}
[C++]
HRESULT get_Thumbnail(
IPictureDisp** Image
);
[C++]Parameters
Image [out, retval]Image is a parameter of type IPictureDisp
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.