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


IDocumentInfo2.SavePreview Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDocumentInfo2 Interface > IDocumentInfo2.SavePreview Property
ArcGIS Developer Help

IDocumentInfo2.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(
  Boolean* SavePreview
);
[C++]
HRESULT put_SavePreview(
  VARIANT_BOOL SavePreview
);
[C++]
Parameters
SavePreview [out, retval]

SavePreview is a parameter of type bool* SavePreview [in]
SavePreview is a parameter of type bool

Product Availability

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

See Also

IDocumentInfo2 Interface