ASBmpExportConfigurationImpl
Contents
[
Hide
]Inheritance: java.lang.Object, ImageExportConfigurationImpl
All Implemented Interfaces: ASBmpExportConfiguration
The BMP file format export configuration.
Constructors
| Constructor | Description |
|---|---|
| ASBmpExportConfigurationImpl() | Initializes a new instance of the BmpReportExportConfigurationImpl class. |
Methods
| Method | Description |
|---|---|
| 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(BitmapCompression value) | Gets or sets the compression. |
ASBmpExportConfigurationImpl()
public ASBmpExportConfigurationImpl()
Initializes a new instance of the BmpReportExportConfigurationImpl class.
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 BitmapCompression getCompression()
Gets or sets the compression.
Returns: BitmapCompression - The compression.
setCompression(BitmapCompression value)
public void setCompression(BitmapCompression value)
Gets or sets the compression.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | BitmapCompression | The compression. |