Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / GcSvgGraphics Class / OwnImages Property

In This Topic
    OwnImages Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property OwnImages As System.Boolean
    public System.bool OwnImages {get; set;}
    See Also