public class BmpOptions extends ImageOptionsBase
The bmp file format creation options.
Constructor and Description |
---|
BmpOptions()
Initializes a new instance of the
BmpOptions class. |
BmpOptions(BmpOptions bmpOptions)
Initializes a new instance of the
BmpOptions class. |
Modifier and Type | Method and Description |
---|---|
int |
getBitsPerPixel()
Gets or sets the image bits per pixel count.
|
long |
getCompression()
Gets or sets the compression.
|
double |
getHorizontalResolution()
Gets or sets the horizontal resolution.
|
double |
getVerticalResolution()
Gets or sets the vertical resolution.
|
void |
setBitsPerPixel(int value) |
void |
setCompression(long value) |
void |
setHorizontalResolution(double value) |
void |
setVerticalResolution(double value) |
getMultiPageOptions, getPalette, getResolutionSettings, getSource, getVectorRasterizationOptions, setMultiPageOptions, setPalette, setResolutionSettings, setSource, setVectorRasterizationOptions
public BmpOptions()
Initializes a new instance of the BmpOptions
class.
public BmpOptions(BmpOptions bmpOptions)
Initializes a new instance of the BmpOptions
class.
bmpOptions
- The BMP options.public int getBitsPerPixel()
Gets or sets the image bits per pixel count.
Value: The image bits per pixel count.public void setBitsPerPixel(int value)
public long getCompression()
Gets or sets the compression.
Value: The compression.public void setCompression(long value)
public double getHorizontalResolution()
Gets or sets the horizontal resolution. Note due to the rounding the resulting resolution may slightly differ from the passed.
Value: The horizontal resolution.public void setHorizontalResolution(double value)
public double getVerticalResolution()
Gets or sets the vertical resolution. Note due to the rounding the resulting resolution may slightly differ from the passed.
Value: The vertical resolution.public void setVerticalResolution(double value)
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.