XmpPacketWrapper Constructor (XmpHeaderPi, XmpTrailerPi, XmpMeta)

Initializes a new instance of the XmpPacketWrapper class.

Namespace:  Aspose.CAD.Xmp
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public XmpPacketWrapper(
	XmpHeaderPi header,
	XmpTrailerPi trailer,
	XmpMeta xmpMeta
)

Parameters

header
Type: Aspose.CAD.XmpXmpHeaderPi
The XMP header of processing instruction.
trailer
Type: Aspose.CAD.XmpXmpTrailerPi
The XMP trailer of processing instruction.
xmpMeta
Type: Aspose.CAD.XmpXmpMeta
The XMP metadata.
See Also