This document is archived and information here might be outdated. Recommended version. |
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