This document is archived and information here might be outdated.  Recommended version.


IPictureElement3.SavePictureInDocument Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPictureElement3 Interface > IPictureElement3.SavePictureInDocument Property
ArcGIS Developer Help

IPictureElement3.SavePictureInDocument Property

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

Product Availability

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

See Also

IPictureElement3 Interface