Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / GcSvgDocument Class / RegisterNamespacePrefix Method
The prefix to register.
The target namespace.

In This Topic
    RegisterNamespacePrefix Method
    In This Topic
    Registers prefix as a namespace prefix for the ns namespace.
    Syntax
    'Declaration
     
    Public Sub RegisterNamespacePrefix( _
       ByVal prefix As System.String, _
       ByVal ns As System.String _
    ) 
    public void RegisterNamespacePrefix( 
       System.string prefix,
       System.string ns
    )

    Parameters

    prefix
    The prefix to register.
    ns
    The target namespace.
    Exceptions
    ExceptionDescription
    The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.
     
    See Also