XmpPacketWrapper Constructor (XmpHeaderPi, XmpTrailerPi, XmpMeta) |
Namespace:
Aspose.CAD.Xmp
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public XmpPacketWrapper(
XmpHeaderPi header,
XmpTrailerPi trailer,
XmpMeta xmpMeta
)
Public Sub New (
header As XmpHeaderPi,
trailer As XmpTrailerPi,
xmpMeta As XmpMeta
)
public:
XmpPacketWrapper(
XmpHeaderPi^ header,
XmpTrailerPi^ trailer,
XmpMeta^ xmpMeta
)
new :
header : XmpHeaderPi *
trailer : XmpTrailerPi *
xmpMeta : XmpMeta -> XmpPacketWrapper
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