PdfXmpMetadata.Clear

PdfXmpMetadata.Clear method

Removes all elements from the object.

public void Clear()

Examples

PdfXmpMetadata xmp = new PdfXmpMetadata();
xmp.BindPdf("input.pdf");
xmp.Clear();

See Also