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, setTextRenderingHintEnum
getBackgroundColor, getLicense, isDrawBackground, setBackgroundColor, setDrawBackground, setLicense
isOverrideHints, setOverrideHints
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCenterDrawing, getFullFrame, getPalette, getResolutionSettings, getSmoothingMode, getTextRenderingHint
getBackgroundColor, getLicense, isDrawBackground
public ASBmpExportConfigurationImpl()
Initializes a new instance of the BmpReportExportConfigurationImpl
class.
public int getBitsPerPixel()
Gets or sets the image bits per pixel count.
getBitsPerPixel
in interface ASBmpExportConfiguration
public 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 ASBmpExportConfiguration
public void setCompression(BitmapCompression value)
Gets or sets the compression.
value
- The compression.