Packages

 

com.aspose.cad.imageoptions

Class PsdOptions



  • public class PsdOptions
    extends ImageOptionsBase

    The psd file format create options.

    • Constructor Detail

      • PsdOptions

        public PsdOptions()

        Initializes a new instance of the PsdOptions class.

      • PsdOptions

        public PsdOptions(PsdOptions options)

        Initializes a new instance of the PsdOptions class.

        Parameters:
        options - The options.
    • Method Detail

      • getXmpData

        public com.aspose.cad.xmp.XmpPacketWrapper getXmpData()

        Get or set XMP data container

        Overrides:
        getXmpData in class ImageOptionsBase
        Returns:
        The XMP data container.
      • setXmpData

        public void setXmpData(com.aspose.cad.xmp.XmpPacketWrapper value)

        Get or set XMP data container

        Overrides:
        setXmpData in class ImageOptionsBase
        Parameters:
        value - The XMP data container.
      • getVersion

        public int getVersion()

        Gets or sets the psd file version.

        Returns:
        The psd file version.
      • setVersion

        public void setVersion(int value)

        Gets or sets the psd file version.

        Parameters:
        value - The psd file version.
      • getCompressionMethod

        public short getCompressionMethod()

        Gets or sets the psd compression method.

        Returns:
        The compression method.
      • setCompressionMethod

        public void setCompressionMethod(short value)

        Gets or sets the psd compression method.

        Parameters:
        value - The compression method.
      • getColorMode

        public short getColorMode()

        Gets or sets the psd color mode.

        Returns:
        The color mode.
      • setColorMode

        public void setColorMode(short value)

        Gets or sets the psd color mode.

        Parameters:
        value - The color mode.
      • getChannelBitsCount

        public short getChannelBitsCount()

        Gets or sets the bits count per color channel.

        Returns:
        The bits count per color channel.
      • setChannelBitsCount

        public void setChannelBitsCount(short value)

        Gets or sets the bits count per color channel.

        Parameters:
        value - The bits count per color channel.
      • getChannelsCount

        public short getChannelsCount()

        Gets or sets the color channels count.

        Returns:
        The color channels count.
      • setChannelsCount

        public void setChannelsCount(short value)

        Gets or sets the color channels count.

        Parameters:
        value - The color channels count.