Aspose::Page::EPS::XMP::XmpMetadata::RegisterNamespaceUri method

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

Registra namespace URI.

void Aspose::Page::EPS::XMP::XmpMetadata::RegisterNamespaceUri(System::String prefix, System::String namespaceUri)
ParámetroTipoDescripción
prefijoSystem::StringEl valor del prefijo.
namespaceUriSystem::StringEl valor del URI del espacio de nombres.

Ver también

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

Registra namespace URI.

void Aspose::Page::EPS::XMP::XmpMetadata::RegisterNamespaceUri(System::String prefix, System::String namespaceUri, System::String schemaDescription)
ParámetroTipoDescripción
prefijoSystem::StringEl valor del prefijo.
namespaceUriSystem::StringEl valor del URI del espacio de nombres.
schemaDescriptionSystem::StringEl valor de la descripción del esquema.

Ver también