|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.imaging.SaveOptionsBase
com.aspose.imaging.saveoptions.BmpSaveOptions
public final class BmpSaveOptions
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 |
---|
public BmpSaveOptions()
Method Detail |
---|
public int getBitsPerPixel()
Gets the bits per pixel.
Value: The bits per pixel.
public long getCompression()
Gets the compression.
Value: The compression.
public IColorPalette getPalette()
Gets the palette.
Value: The palette.
public void setBitsPerPixel(int value)
Sets the bits per pixel.
Value: The bits per pixel.
public void setCompression(long value)
Sets the compression.
Value: The compression.
public void setPalette(IColorPalette value)
Sets the palette.
Value: The palette.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |