This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDocumentInfo Interface > IDocumentInfo.SavePreview Property (ArcObjects .NET 10.4 SDK) |
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