BmpOptions
Contents
[
Hide
]Inheritance: java.lang.Object, ImageOptionsBase
The bmp file format creation options.
Constructors
| Constructor | Description |
|---|---|
| BmpOptions() | Initializes a new instance of the BmpOptions class. |
| BmpOptions(BmpOptions bmpOptions) | Initializes a new instance of the BmpOptions class. |
Methods
| Method | Description |
|---|---|
| getTargetFormat() | |
| getBitsPerPixel() | Gets or sets the image bits per pixel count. |
| setBitsPerPixel(int value) | Gets or sets the image bits per pixel count. |
| getCompression() | Gets or sets the compression. |
| setCompression(long value) | Gets or sets the compression. |
| getHorizontalResolution() | Deprecated. |
| setHorizontalResolution(double value) | Deprecated. |
| getVerticalResolution() | Deprecated. |
| setVerticalResolution(double value) | Deprecated. |
BmpOptions()
public BmpOptions()
Initializes a new instance of the BmpOptions class.
BmpOptions(BmpOptions bmpOptions)
public BmpOptions(BmpOptions bmpOptions)
Initializes a new instance of the BmpOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| bmpOptions | BmpOptions | The BMP options. |
getTargetFormat()
public long getTargetFormat()
Returns: long
getBitsPerPixel()
public int getBitsPerPixel()
Gets or sets the image bits per pixel count.
Returns: int - The image bits per pixel count.
setBitsPerPixel(int value)
public void setBitsPerPixel(int value)
Gets or sets the image bits per pixel count.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The image bits per pixel count. |
getCompression()
public long getCompression()
Gets or sets the compression.
Returns: long - The compression.
setCompression(long value)
public void setCompression(long value)
Gets or sets the compression.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | long | The compression. |
getHorizontalResolution()
@Deprecated public double getHorizontalResolution()
Deprecated.
Returns: double - The horizontal resolution.
setHorizontalResolution(double value)
@Deprecated public void setHorizontalResolution(double value)
Deprecated.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double | The horizontal resolution. |
getVerticalResolution()
@Deprecated public double getVerticalResolution()
Deprecated.
Returns: double - The vertical resolution.
setVerticalResolution(double value)
@Deprecated public void setVerticalResolution(double value)
Deprecated.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double | The vertical resolution. |