RegisterNamespaceURI

PdfXmpMetadata.RegisterNamespaceURI method

Registriert den Namespace-URI.

public void RegisterNamespaceURI(string prefix, string namespaceURI)
ParameterTypBeschreibung
prefixStringDas Präfix.
namespaceURIStringDer Namespace-URI.

Beispiele

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

Siehe auch