'Declaration <XmlAttributeAttribute()> Public Property EmbedImagesInSVG As Boolean
'Usage Dim instance As SVGRenderSettings Dim value As Boolean instance.EmbedImagesInSVG = value value = instance.EmbedImagesInSVG
[XmlAttribute()] public bool EmbedImagesInSVG {get; set;}