Click or drag to resize

ImageElementEmbedded Property

Should the Image be embedded into the document?

Namespace:  Easymap.AddIn.Elements
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public bool Embedded { get; set; }

Property Value

Type: Boolean
Remarks
If Embedded is false, the image will not be serialized. It will be loaded from its ImageSource.
See Also