Packages

 

com.aspose.imaging.fileformats.psd.resources

Class VersionInfoResource



  • public final class VersionInfoResource
    extends ResourceBlock

    Version Info resource

    • Constructor Detail

      • VersionInfoResource

        public VersionInfoResource()

        Initializes a new instance of the VersionInfoResource class.

    • Method Detail

      • getDataSize

        public int getDataSize()

        Gets the resource data size in bytes.

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

        public int getMinimalVersion()

        Gets the minimal required PSD version.

        Value: The minimal PSD version.
        Specified by:
        getMinimalVersion in class ResourceBlock
        Returns:
        The minimal PSD version.
      • getVersion

        public long getVersion()

        Gets or sets the version.

        Value: The version.
      • setVersion

        public void setVersion(long value)

        Gets or sets the version.

        Value: The version.
      • hasRealMergedData

        public boolean hasRealMergedData()

        Gets or sets a value indicating whether this instance has real merged data.

        Value: true if this instance has real merged data; otherwise, false.
      • setRealMergedData

        public void setRealMergedData(boolean value)

        Gets or sets a value indicating whether this instance has real merged data.

        Value: true if this instance has real merged data; otherwise, false.
      • getReaderName

        public String getReaderName()

        Gets or sets the name of the reader.

        Value: The name of the reader.
      • setReaderName

        public void setReaderName(String value)

        Gets or sets the name of the reader.

        Value: The name of the reader.
      • getWriterName

        public String getWriterName()

        Gets or sets the name of the writer.

        Value: The name of the writer.
      • setWriterName

        public void setWriterName(String value)

        Gets or sets the name of the writer.

        Value: The name of the writer.
      • getFileVersion

        public long getFileVersion()

        Gets or sets the file version.

        Value: The file version.
      • setFileVersion

        public void setFileVersion(long value)

        Gets or sets the file version.

        Value: The file version.