ArcObjects Library Reference (Carto)  

IDocumentInfo.SavePreview Property

Indicates if a preview of the document is saved when the document is saved.

[Visual Basic .NET]
Public Property SavePreview As Boolean
[C#]
public bool SavePreview {get; set;}
[C++]
HRESULT get_SavePreview(
  VARIANT_BOOL* SavePreview
);
[C++]
HRESULT put_SavePreview(
  VARIANT_BOOL SavePreview
);
[C++]

Parameters

SavePreview [out, retval]   SavePreview is a parameter of type VARIANT_BOOL SavePreview [in]   SavePreview is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDocumentInfo Interface