com.aspose.imaging.createoptions
Class BmpCreateOptions

java.lang.Object
  extended by com.aspose.imaging.CreateOptionsBase
      extended by com.aspose.imaging.createoptions.ImageCreateOptions
          extended by com.aspose.imaging.createoptions.BmpCreateOptions

public class BmpCreateOptions
extends ImageCreateOptions

The bmp file format creation options.


Constructor Summary
BmpCreateOptions()
           Initializes a new instance of the BmpCreateOptions class.
BmpCreateOptions(BmpCreateOptions bmpCreateOptions)
           Initializes a new instance of the BmpCreateOptions class.
 
Method Summary
 int getBitsPerPixel()
           Gets the image bits per pixel count.
 long getCompression()
           Gets the compression.
 void setBitsPerPixel(int value)
           Sets the image bits per pixel count.
 void setCompression(long value)
           Sets the compression.
 
Methods inherited from class com.aspose.imaging.createoptions.ImageCreateOptions
getHeight, getPalette, getUseCompactPalette, getWidth, setHeight, setPalette, setUseCompactPalette, setWidth
 
Methods inherited from class com.aspose.imaging.CreateOptionsBase
getSource, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BmpCreateOptions

public BmpCreateOptions()

Initializes a new instance of the BmpCreateOptions class.


BmpCreateOptions

public BmpCreateOptions(BmpCreateOptions bmpCreateOptions)

Initializes a new instance of the BmpCreateOptions class.

Parameters:
bmpCreateOptions - The BMP create options.
Method Detail

getBitsPerPixel

public int getBitsPerPixel()

Gets the image bits per pixel count.

Value: The image bits per pixel count.


getCompression

public long getCompression()

Gets the compression.

Value: The compression.


setBitsPerPixel

public void setBitsPerPixel(int value)

Sets the image bits per pixel count.

Value: The image bits per pixel count.


setCompression

public void setCompression(long value)

Sets the compression.

Value: The compression.