This document is archived and information here might be outdated. Recommended version. |
Indicates if the Picture will be stored in the Document.
[Visual Basic .NET]
Public Property SavePictureInDocument As Boolean
[C#]
public bool SavePictureInDocument {get; set;}
[C++]
HRESULT get_SavePictureInDocument(
Boolean* bSaveInDoc
);
[C++]
HRESULT put_SavePictureInDocument(
VARIANT_BOOL bSaveInDoc
);
[C++] Parameters bSaveInDoc [out, retval]
bSaveInDoc is a parameter of type bool* bSaveInDoc [in]
bSaveInDoc is a parameter of type bool