ArcObjects Library Reference (Carto)  

IDocumentPreview.HasPreviewSaved Property

Indicates the presence of a thumbnail preview in the document.

[Visual Basic .NET]
Public ReadOnly Property HasPreviewSaved As Boolean
[C#]
public bool HasPreviewSaved {get;}
[C++]
HRESULT get_HasPreviewSaved(
  VARIANT_BOOL* HasPreviewSaved
);
[C++]

Parameters

HasPreviewSaved [out, retval]   HasPreviewSaved is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDocumentPreview Interface