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.3.0.0
Syntax
public bool Embedded { get; set; }

Property Value

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