Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgCustomAttribute Class / SvgCustomAttribute Constructor

In This Topic
    SvgCustomAttribute Constructor
    In This Topic
    Initializes a new instance of the SvgCustomAttribute class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal attributeName As System.String, _
       ByVal attributeValue As System.String, _
       Optional ByVal namespaceName As System.String _
    )
    public SvgCustomAttribute( 
       System.string attributeName,
       System.string attributeValue,
       System.string namespaceName
    )

    Parameters

    attributeName
    attributeValue
    namespaceName
    See Also