[]
Gets or sets a value indicating whether the images drawn with DrawImage methods should be disposed when disposing the resulting GcSvgDocument.
Setting this property affects the subsequent calls of the DrawImage methods. It does not affect the previous calls.
The default is false.public bool OwnImages { get; set; }
Public Property OwnImages As Boolean