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


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

IDocumentPreview.HasPreviewToSave Property

Indicates the presence of a thumbnail preview to be saved with the document.

[Visual Basic .NET]
Public ReadOnly Property HasPreviewToSave As Boolean
[C#]
public bool HasPreviewToSave {get;}
[C++]
HRESULT get_HasPreviewToSave(
  Boolean* HasPreviewToSave
);
[C++]
Parameters
HasPreviewToSave [out, retval]

HasPreviewToSave is a parameter of type bool*

Product Availability

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

See Also

IDocumentPreview Interface