ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / SvgGraphicsRendering Class / SvgGraphics Property

In This Topic
    SvgGraphics Property
    In This Topic
    Gets GrapeCity.Documents.Svg.GcSvgGraphics inner object.
    Syntax
    'Declaration
     
    Public ReadOnly Property SvgGraphics As GrapeCity.Documents.Svg.GcSvgGraphics
    public GrapeCity.Documents.Svg.GcSvgGraphics SvgGraphics {get;}
    See Also