GetPrefixByNamespaceURI

PdfXmpMetadata.GetPrefixByNamespaceURI method

Ruft das Präfix nach Namespace-URI ab.

public string GetPrefixByNamespaceURI(string namespaceURI)
ParameterTypBeschreibung
namespaceURIStringNamespace-URI.

Rückgabewert

Der Präfixwert.

Beispiele

PdfXmpMetadata xmp = new PdfXmpMetadata("input.pdf");
Console.WriteLine(xmp.GetPrefixByNamespaceURI("http://ns.adobe.com/xap/1.0/"));

Siehe auch