ArcObjects Library Reference (Carto)  

IDocumentPreview.DeletePreview Method

Deletes the thumbnail preview of the document.

[Visual Basic .NET]
Public Sub DeletePreview ( _
)
[C#]
public void DeletePreview (
);
[C++]
HRESULT DeletePreview(
void
);

Product Availability

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

See Also

IDocumentPreview Interface