XmpMetadata.RegisterNamespaceUri
RegisterNamespaceUri(string, string)
Registers namespace URI.
public void RegisterNamespaceUri(string prefix, string namespaceUri)
Parameter | Type | Description |
---|---|---|
prefix | String | The value of prefix. |
namespaceUri | String | The value of namespace URI. |
See Also
- class XmpMetadata
- namespace Aspose.Page.EPS.XMP
- assembly Aspose.Page
RegisterNamespaceUri(string, string, string)
Registers namespace URI.
public void RegisterNamespaceUri(string prefix, string namespaceUri, string schemaDescription)
Parameter | Type | Description |
---|---|---|
prefix | String | The value of prefix. |
namespaceUri | String | The value of namespace URI. |
schemaDescription | String | The value of schema description. |
See Also
- class XmpMetadata
- namespace Aspose.Page.EPS.XMP
- assembly Aspose.Page