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


IMapServerObjects2.Thumbnail Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServerObjects2 Interface > IMapServerObjects2.Thumbnail Property
ArcGIS Developer Help

IMapServerObjects2.Thumbnail Property

The thumbnail stored in the map document.

[Visual Basic .NET]
Public ReadOnly Property Thumbnail As stdole.IPictureDisp
[C#]
public stdole.IPictureDisp Thumbnail {get;}
[C++]
HRESULT get_Thumbnail(
  IPictureDisp** Picture
);
[C++]
Parameters
Picture [out, retval]

Picture is a parameter of type IPictureDisp**

Product Availability

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

Remarks

You cannot access the Thumbnail though DCOM.

See Also

IMapServerObjects2 Interface