| Package | Description |
|---|---|
| com.aspose.imaging |
The package is the core for nested packages and the most basic objects used for Aspose.Imaging processing.
|
| com.aspose.imaging.imageoptions |
The package contains classes suitable for export, save or creation of different file formats.
|
| com.aspose.imaging.metadata |
The namespace contains metada related entities.
|
| com.aspose.imaging.xmp |
The package contains XMP related helper classes and methods.
|
| Modifier and Type | Method and Description |
|---|---|
XmpPacketWrapper |
ImageOptionsBase.getXmpData()
Gets the XMP metadata container.
|
XmpPacketWrapper |
Image.getXmpData()
Gets the Xmp data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageOptionsBase.setXmpData(XmpPacketWrapper value)
Sets the XMP metadata container.
|
void |
Image.setXmpData(XmpPacketWrapper value)
Sets the Xmp data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PsdOptions.setXmpData(XmpPacketWrapper value)
Get or set XMP data container
|
| Modifier and Type | Method and Description |
|---|---|
XmpPacketWrapper |
ImageMetadata.getXmpData()
Gets Xmp data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageMetadata.setXmpData(XmpPacketWrapper value)
Sets Xmp data.
|
| Modifier and Type | Method and Description |
|---|---|
XmpPacketWrapper |
IHasXmpData.getXmpData()
Gets Xmp data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IHasXmpData.setXmpData(XmpPacketWrapper value)
Sets Xmp data.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.