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.
|
void |
setBitsPerPixel(int value)
Gets or sets the image bits per pixel count.
|
void |
setCompression(long value)
Gets or sets the compression.
|
clone, getBufferSizeHint, getMultiPageOptions, getPalette, getProgressEventHandler, getResolutionSettings, getSource, getVectorRasterizationOptions, getXmpData, setBufferSizeHint, setMultiPageOptions, setPalette, setProgressEventHandler, setResolutionSettings, setSource, setVectorRasterizationOptions, setXmpData
dispose, getDisposed
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 final int getBitsPerPixel()
Gets or sets the image bits per pixel count.
Value: The image bits per pixel count.public final void setBitsPerPixel(int value)
Gets or sets the image bits per pixel count.
Value: The image bits per pixel count.public final long getCompression()
Gets or sets the compression.
Value: The compression.public final void setCompression(long value)
Gets or sets the compression.
Value: The compression.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.