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
Syntaxpublic bool Embedded { get; set; }
Public Property Embedded As Boolean
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