Packages

 

com.aspose.imaging.fileformats.psd.resources

Class LayerSelectionIdsResource



  • public final class LayerSelectionIdsResource
    extends ResourceBlock

    Layer selection ids resource

    • Constructor Detail

      • LayerSelectionIdsResource

        public LayerSelectionIdsResource()

        Initializes a new instance of the LayerSelectionIdsResource 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.
      • getCount

        public short getCount()

        Gets or sets the count.

        Value: The count.
      • setCount

        public void setCount(short value)

        Gets or sets the count.

        Value: The count.
      • getLayerIds

        public int[] getLayerIds()

        Gets or sets the layer ids.

        Value: The layer ids.
      • setLayerIds

        public void setLayerIds(int[] value)

        Gets or sets the layer ids.

        Value: The layer ids.