com.aspose.imaging.saveoptions
Class BmpSaveOptions

java.lang.Object
  extended by com.aspose.imaging.SaveOptionsBase
      extended by com.aspose.imaging.saveoptions.BmpSaveOptions

public final class BmpSaveOptions
extends SaveOptionsBase

The bmp file format save options.


Constructor Summary
BmpSaveOptions()
           
 
Method Summary
 int getBitsPerPixel()
           Gets the bits per pixel.
 long getCompression()
           Gets the compression.
 IColorPalette getPalette()
           Gets the palette.
 void setBitsPerPixel(int value)
           Sets the bits per pixel.
 void setCompression(long value)
           Sets the compression.
 void setPalette(IColorPalette value)
           Sets the palette.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BmpSaveOptions

public BmpSaveOptions()
Method Detail

getBitsPerPixel

public int getBitsPerPixel()

Gets the bits per pixel.

Value: The bits per pixel.


getCompression

public long getCompression()

Gets the compression.

Value: The compression.


getPalette

public IColorPalette getPalette()

Gets the palette.

Value: The palette.


setBitsPerPixel

public void setBitsPerPixel(int value)

Sets the bits per pixel.

Value: The bits per pixel.


setCompression

public void setCompression(long value)

Sets the compression.

Value: The compression.


setPalette

public void setPalette(IColorPalette value)

Sets the palette.

Value: The palette.