Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgReference Class / SvgReference Constructor / SvgReference Constructor(GcSvgDocument,Boolean)

In This Topic
    SvgReference Constructor(GcSvgDocument,Boolean)
    In This Topic
    Initializes a new instance of the SvgReference class with an embedded SVG document.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal svgDocument As GcSvgDocument, _
       ByVal ownData As System.Boolean _
    )
    public SvgReference( 
       GcSvgDocument svgDocument,
       System.bool ownData
    )

    Parameters

    svgDocument
    ownData
    See Also