This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPictureElement Interface > IPictureElement.SavePictureInDocument Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL* bSaveInDoc
);
[C++]
HRESULT put_SavePictureInDocument(
VARIANT_BOOL bSaveInDoc
);
[C++]
Parameters bSaveInDoc [out, retval] bSaveInDoc is a parameter of type VARIANT_BOOL bSaveInDoc [in] bSaveInDoc is a parameter of type VARIANT_BOOL
SavePictureInDocument specifies whether the actual picture is saved in the document, or a link to the file on disk. If you want to be sure a picture in your document does not change, then you would set the SavePictureInDocument option to True.