public class ASBmpExportConfigurationImpl extends ImageExportConfigurationImpl implements ASBmpExportConfiguration
The BMP file format export configuration.
| Constructor and Description |
|---|
ASBmpExportConfigurationImpl()
Initializes a new instance of the
BmpReportExportConfigurationImpl class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getBitsPerPixel()
Gets or sets the image bits per pixel count.
|
BitmapCompression |
getCompression()
Gets or sets the compression.
|
void |
setBitsPerPixel(int value)
Gets or sets the image bits per pixel count.
|
void |
setCompression(BitmapCompression value)
Gets or sets the compression.
|
getCenterDrawing, getFullFrame, getPalette, getResolutionSettings, getSmoothingMode, getTextRenderingHint, setCenterDrawing, setFullFrame, setPalette, setResolutionSettings, setSmoothingMode, setTextRenderingHintEnumgetBackgroundColor, getLicense, isDrawBackground, setBackgroundColor, setDrawBackground, setLicenseisOverrideHints, setOverrideHintsequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCenterDrawing, getFullFrame, getPalette, getResolutionSettings, getSmoothingMode, getTextRenderingHintgetBackgroundColor, getLicense, isDrawBackgroundpublic ASBmpExportConfigurationImpl()
Initializes a new instance of the BmpReportExportConfigurationImpl class.
public int getBitsPerPixel()
Gets or sets the image bits per pixel count.
getBitsPerPixel in interface ASBmpExportConfigurationpublic void setBitsPerPixel(int value)
Gets or sets the image bits per pixel count.
value - The image bits per pixel count.public BitmapCompression getCompression()
Gets or sets the compression.
getCompression in interface ASBmpExportConfigurationpublic void setCompression(BitmapCompression value)
Gets or sets the compression.
value - The compression.