Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / GcSvgDocument Class / UnregisterNamespacePrefix Method
The prefix to unregister.

In This Topic
    UnregisterNamespacePrefix Method
    In This Topic
    Unregisters a specified namespace prefix.
    Syntax
    'Declaration
     
    Public Function UnregisterNamespacePrefix( _
       ByVal prefix As System.String _
    ) As System.Boolean
    public System.bool UnregisterNamespacePrefix( 
       System.string prefix
    )

    Parameters

    prefix
    The prefix to unregister.

    Return Value

    true if the prefix was successfully unregistered, false otherwise.
    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