XmpPacketWrapper class
XmpPacketWrapper class
Contains serialized xmp package including header and trailer.
The XmpPacketWrapper type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes a new instance of the XmpPacketWrapper class. |
| init | Initializes a new instance of the XmpPacketWrapper class. |
Properties
| Property | Description |
|---|---|
| header_pi | Gets the header processing instruction. |
| meta | Gets the XMP meta. Optional. |
| trailer_pi | Gets the trailer processing instruction. |
| packages | Gets array of XmpPackage inside XMP. |
| packages_count | Gets amount of packages inside XMP structure. |
Methods
| Method | Description |
|---|---|
| add_package | Adds the package. |
| get_package | Gets package by namespace URI. |
| contains_package | Determines whethere package is exist in xmp wrapper. |
| remove_package | Removes the XMP package. |
| clear_packages | Removes all XmpPackage inside XMP. |
Remarks
A wrapper consisting of a pair of XML processing instructions (PIs) may be placed around the rdf:RDF element.
See Also
- module
aspose.cad.xmp - class
XmpPackage - class
XmpPacketWrapper