XmpPacketWrapper constructor

init

Initializes a new instance of the XmpPacketWrapper class.

def __init__(self):
    ...

init

Initializes a new instance of the XmpPacketWrapper class.

def __init__(self, header, trailer, xmp_meta):
    ...
ParameterTypeDescription
headerXmpHeaderPiThe XMP header of processing instruction.
trailerXmpTrailerPiThe XMP trailer of processing instruction.
xmp_metaXmpMetaThe XMP metadata.

See Also