RegisterNamespaceURI

PdfXmpMetadata.RegisterNamespaceURI method

Registra la URI del espacio de nombres.

public void RegisterNamespaceURI(string prefix, string namespaceURI)
ParámetroEscribeDescripción
prefixStringel prefijo
namespaceURIStringEl URI del espacio de nombres.

Ejemplos

PdfXmpMetadata xmp = new PdfXmpMetadata("input.pdf");
xmp.RegisterNamespaceURI("xmp", "http://ns.adobe.com/xap/1.0/");

Ver también