XmpPacketWrapper class

XmpPacketWrapper class

Contains serialized xmp package including header and trailer.

The XmpPacketWrapper type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the XmpPacketWrapper class.
initInitializes a new instance of the XmpPacketWrapper class.

Properties

PropertyDescription
header_piGets the header processing instruction.
metaGets the XMP meta. Optional.
trailer_piGets the trailer processing instruction.
packagesGets array of XmpPackage inside XMP.
packages_countGets amount of packages inside XMP structure.

Methods

MethodDescription
add_packageAdds the package.
get_packageGets package by namespace URI.
contains_packageDetermines whethere package is exist in xmp wrapper.
remove_packageRemoves the XMP package.
clear_packagesRemoves all XmpPackage inside XMP.

Remarks

A wrapper consisting of a pair of XML processing instructions (PIs) may be placed around the rdf:RDF element.

See Also