Aspose::Pdf::Metadata::RegisterNamespaceUri method

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)
ParameterTypeDescription
prefixconst System::String&The value of prefix.
namespaceUriconst System::String&The value of namespace URI.

See Also

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)
ParameterTypeDescription
prefixconst System::String&The value of prefix.
namespaceUriconst System::String&The value of namespace URI.
schemaDescriptionconst System::String&The value of schema description.

See Also