public final class XmpResource extends ResourceBlock
Represents the XMP metadata resource.
ResourceBlock.ResourceBlockStateResouceBlockMeSaSignature, ResouceBlockSignature| Constructor and Description |
|---|
XmpResource()
Initializes a new instance of the
XmpResource class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getDataSize()
Gets the resource data size in bytes.
|
int |
getMinimalVersion()
Gets the minimal required psd version.
|
XmpPacketWrapper |
getXmpData()
Get or set XMP data container
|
void |
setXmpData(XmpPacketWrapper value)
Get or set XMP data container
|
getID, getName, getSignature, getSize, save, setID, setName, validateValuespublic XmpResource()
Initializes a new instance of the XmpResource class.
public final XmpPacketWrapper getXmpData()
Get or set XMP data container
public final void setXmpData(XmpPacketWrapper value)
Get or set XMP data container
public int getDataSize()
Gets the resource data size in bytes.
Value: The resource data size.getDataSize in class ResourceBlockpublic int getMinimalVersion()
Gets the minimal required psd version.
Value: The minimal psd version.getMinimalVersion in class ResourceBlockCopyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.