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

In This Topic
    SvgReference Constructor(String)
    In This Topic
    Initializes a new instance of the SvgReference class with the specified id.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal id As System.String _
    )
    public SvgReference( 
       System.string id
    )

    Parameters

    id
    See Also