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; }
Public Property Embedded As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
If Embedded is false, the image will not be serialized. It will be loaded from its
ImageSource.
See Also