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


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