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


IDocumentPreview.DeletePreview Method (ArcObjects .NET 10.5 SDK)
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