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()
Deprecated.
|
long |
getTargetFormat() |
double |
getVerticalResolution()
Deprecated.
|
void |
setBitsPerPixel(int value)
Gets or sets the image bits per pixel count.
|
void |
setCompression(long value)
Gets or sets the compression.
|
void |
setHorizontalResolution(double value)
Deprecated.
|
void |
setVerticalResolution(double value)
Deprecated.
|
getInterruptionToken, getLayers, getPalette, getPc3File, getResolutionSettings, getRotation, getSource, getTimeout, getUserWatermarkColor, getUserWatermarkText, getVectorRasterizationOptions, getXmpData, setInterruptionToken, setLayers, setPalette, setPc3File, setResolutionSettings, setRotation, setSource, setTimeout, setUserWatermarkColor, setUserWatermarkText, setVectorRasterizationOptions, setXmpData
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 long getTargetFormat()
getTargetFormat
in class ImageOptionsBase
public int getBitsPerPixel()
Gets or sets the image bits per pixel count.
public void setBitsPerPixel(int value)
Gets or sets the image bits per pixel count.
value
- The image bits per pixel count.public long getCompression()
Gets or sets the compression.
public void setCompression(long value)
Gets or sets the compression.
value
- The compression.@Deprecated public double getHorizontalResolution()
Gets or sets the horizontal resolution. Note due to the rounding the resulting resolution may slightly differ from the passed.
@Deprecated public void setHorizontalResolution(double value)
Gets or sets the horizontal resolution. Note due to the rounding the resulting resolution may slightly differ from the passed.
value
- The horizontal resolution.@Deprecated public double getVerticalResolution()
Gets or sets the vertical resolution. Note due to the rounding the resulting resolution may slightly differ from the passed.
@Deprecated public void setVerticalResolution(double value)
Gets or sets the vertical resolution. Note due to the rounding the resulting resolution may slightly differ from the passed.
value
- The vertical resolution.