XmpPacketWrapper constructor

__init__(self)

Initializes a new instance of the XmpPacketWrapper class.


def __init__(self):
    ...

__init__(self, header, trailer, xmp_meta)

Initializes a new instance of the XmpPacketWrapper class.


def __init__(self, header, trailer, xmp_meta):
    ...
Parameter Type Description
header groupdocs.metadata.standards.xmp.XmpHeaderPI XMP header processing instruction.
trailer groupdocs.metadata.standards.xmp.XmpTrailerPI XMP trailer processing instruction.
xmp_meta groupdocs.metadata.standards.xmp.XmpMeta Instance of XmpMeta.

See Also