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


IDocumentPreview.HasPreviewSaved Property (ArcObjects .NET 10.6 SDK)
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(
  Boolean* HasPreviewSaved
);
[C++]

Parameters HasPreviewSaved [out, retval]
HasPreviewSaved is a parameter of type bool*

Product Availability

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

See Also

IDocumentPreview Interface