[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.GcSvgGraphics.OwnImages

OwnImages Property

OwnImages

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.
Declaration
public bool OwnImages { get; set; }
Public Property OwnImages As Boolean