ArcObjects Library Reference (Carto)  

IMxdServer.Thumbnail Property

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(
  Picture** Image
);
[C++]

Parameters

Image [out, retval]

  Image is a parameter of type Picture

Product Availability

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

See Also

IMxdServer Interface