Aspose::Pdf::Metadata::RegisterNamespaceUri method
Contents
[
Hide
]Metadata::RegisterNamespaceUri(const System::String&, const System::String&) method
Registers namespace URI.
void Aspose::Pdf::Metadata::RegisterNamespaceUri(const System::String &prefix, const System::String &namespaceUri)
| Parameter | Type | Description |
|---|---|---|
| prefix | const System::String& | The value of prefix. |
| namespaceUri | const System::String& | The value of namespace URI. |
See Also
- Class String
- Class Metadata
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Metadata::RegisterNamespaceUri(const System::String&, const System::String&, const System::String&) method
Registers namespace URI.
void Aspose::Pdf::Metadata::RegisterNamespaceUri(const System::String &prefix, const System::String &namespaceUri, const System::String &schemaDescription)
| Parameter | Type | Description |
|---|---|---|
| prefix | const System::String& | The value of prefix. |
| namespaceUri | const System::String& | The value of namespace URI. |
| schemaDescription | const System::String& | The value of schema description. |
See Also
- Class String
- Class Metadata
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++