Packages

 

com.aspose.psd.fileformats.psd.resources

Class XmpResource



  • public final class XmpResource
    extends ResourceBlock

    Represents the XMP metadata resource.

    • Constructor Detail

      • XmpResource

        public XmpResource()

        Initializes a new instance of the XmpResource class.

    • Method Detail

      • getXmpData

        public final XmpPacketWrapper getXmpData()

        Get or set XMP data container

      • setXmpData

        public final void setXmpData(XmpPacketWrapper value)

        Get or set XMP data container

      • getDataSize

        public int getDataSize()

        Gets the resource data size in bytes.

        Value: The resource data size.
        Specified by:
        getDataSize in class ResourceBlock
      • getMinimalVersion

        public int getMinimalVersion()

        Gets the minimal required psd version.

        Value: The minimal psd version.
        Specified by:
        getMinimalVersion in class ResourceBlock