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):
...
| Parameter | Type | Description |
|---|---|---|
| header | XmpHeaderPi | The XMP header of processing instruction. |
| trailer | XmpTrailerPi | The XMP trailer of processing instruction. |
| xmp_meta | XmpMeta | The XMP metadata. |
See Also
- module
aspose.cad.xmp - class
XmpPacketWrapper