ArcObjects Library Reference (Carto)  

IDocumentPreview.CreatePreview Method

Creates a thumbnail preview of the document.

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

Product Availability

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

See Also

IDocumentPreview Interface