MetadataRegisterNamespaceUri Method (String, String)
Registers namespace URI.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public void RegisterNamespaceUri(
	string prefix,
	string namespaceUri
)

Parameters

prefix
Type: SystemString
The value of prefix.
namespaceUri
Type: SystemString
The value of namespace URI.
See Also