RegisterNamespaceURI

PdfXmpMetadata.RegisterNamespaceURI method

Регистрирует URI пространства имен.

public void RegisterNamespaceURI(string prefix, string namespaceURI)
ПараметрТипОписание
prefixStringПрефикс.
namespaceURIStringURI пространства имен.

Примеры

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

Смотрите также