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


IDocumentInfo2.SavePreview Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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(
  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

IDocumentInfo2 Interface