ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* HasPreviewToSave
);
[C++]

Parameters

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

Product Availability

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

See Also

IDocumentPreview Interface