ArcObjects Library Reference (Carto)  

IPictureElement5.SavePictureInDocument Property

Indicates if the Picture will be stored in the Document.

ERROR: Syntax information about IPictureElement5.SavePictureInDocument may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Carto.dll

[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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPictureElement5 Interface