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: 12.0.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