public final class XmpResouce extends ResourceBlock
Represents the XMP metadata resource.
ResourceBlock.ResourceBlockStateRESOUCE_BLOCK_SIGNATURE| Constructor and Description |
|---|
XmpResouce()
Initializes a new instance of the
GridAndGuidesResouce class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getDataSize()
Gets the resource data size in bytes.
|
int |
getMinimalVersion()
Gets the minimal required psd version.
|
com.aspose.cad.xmp.XmpPacketWrapper |
getXmpData()
Get or set XMP data container
|
void |
setXmpData(com.aspose.cad.xmp.XmpPacketWrapper value)
Get or set XMP data container
|
getID, getName, getSignature, getSize, save, setID, setName, validateValuespublic XmpResouce()
Initializes a new instance of the GridAndGuidesResouce class.
public com.aspose.cad.xmp.XmpPacketWrapper getXmpData()
Get or set XMP data container
public void setXmpData(com.aspose.cad.xmp.XmpPacketWrapper value)
Get or set XMP data container
public int getDataSize()
Gets the resource data size in bytes.
getDataSize in class ResourceBlockpublic int getMinimalVersion()
Gets the minimal required psd version.
getMinimalVersion in class ResourceBlock