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


IDocumentPreview.CreatePreview Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDocumentPreview Interface > IDocumentPreview.CreatePreview Method
ArcGIS Developer Help

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