Packages

 

com.aspose.psd.fileformats.psd.layers.layerresources

Class BooleanResource

    • Method Detail

      • getLength

        public int getLength()

        Gets the layer resource length in bytes.

        Specified by:
        getLength in class LayerResource
      • getValue

        public final boolean getValue()

        Gets or sets a value indicating whether value BooleanResource is true or false

        Value: true if value is true; otherwise, false.
      • setValue

        public final void setValue(boolean value)

        Gets or sets a value indicating whether value BooleanResource is true or false

        Value: true if value is true; otherwise, false.
      • save

        public void save(StreamContainer streamContainer,
                         int psdVersion)

        Saves the specified stream container.

        Specified by:
        save in class LayerResource
        Parameters:
        streamContainer - The stream container.
        psdVersion - The PSD version.