GetNamespaceURIByPrefix

PdfXmpMetadata.GetNamespaceURIByPrefix method

Obtient l’URI de l’espace de noms par préfixe.

public string GetNamespaceURIByPrefix(string prefix)
ParamètreTaperLa description
prefixStringLe préfixe.

Return_Value

URI de l’espace de noms.

Exemples

PdfXmpMetadata xmp = new PdfXmpMetadata("input.pdf");
Console.WriteLine(xmp.GetNamespaceURIByPrefix("xmp"));

Voir également