Aspose::Pdf::Metadata::RegisterNamespaceUri method

Metadata::RegisterNamespaceUri(System::String, System::String) method

Registers namespace URI.

void Aspose::Pdf::Metadata::RegisterNamespaceUri(System::String prefix, System::String namespaceUri)
ParameterTypeDescription
prefixSystem::StringThe value of prefix.
namespaceUriSystem::StringThe value of namespace URI.

See Also

Metadata::RegisterNamespaceUri(System::String, System::String, System::String) method

Registers namespace URI.

void Aspose::Pdf::Metadata::RegisterNamespaceUri(System::String prefix, System::String namespaceUri, System::String schemaDescription)
ParameterTypeDescription
prefixSystem::StringThe value of prefix.
namespaceUriSystem::StringThe value of namespace URI.
schemaDescriptionSystem::StringThe value of schema description.

See Also