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


IDocumentPreview.HasPreviewSaved Property (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.HasPreviewSaved Property
ArcGIS Developer Help

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