This document is archived and information here might be outdated. Recommended version. |
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(
void
);