Aspose::Page::EPS::XMP::XmpMetadata::RegisterNamespaceUri method
XmpMetadata::RegisterNamespaceUri(System::String, System::String) method
Registers namespace URI.
void Aspose::Page::EPS::XMP::XmpMetadata::RegisterNamespaceUri(System::String prefix, System::String namespaceUri)
| Parameter | Type | Description |
|---|---|---|
| prefix | System::String | The value of prefix. |
| namespaceUri | System::String | The value of namespace URI. |
See Also
- Class String
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpMetadata::RegisterNamespaceUri(System::String, System::String, System::String) method
Registers namespace URI.
void Aspose::Page::EPS::XMP::XmpMetadata::RegisterNamespaceUri(System::String prefix, System::String namespaceUri, System::String schemaDescription)
| Parameter | Type | Description |
|---|---|---|
| prefix | System::String | The value of prefix. |
| namespaceUri | System::String | The value of namespace URI. |
| schemaDescription | System::String | The value of schema description. |
See Also
- Class String
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++