public class BmpSaveOptions extends ImagesSaveOptions
Bmp Save options for Image Documents.
Constructor and Description |
---|
BmpSaveOptions()
Creates BmpSaveOptions with default values.
|
Modifier and Type | Method and Description |
---|---|
int |
getBitsPerPixel()
Gets or sets the image bits per pixel count.
|
int |
getCompression()
Gets or sets the compression.
|
double |
getHorizontalResolution()
Gets or sets the horizontal resolution.
|
double |
getVerticalResolution()
Gets or sets the vertical resolution.
|
void |
setBitsPerPixel(int value)
Gets or sets the image bits per pixel count.
|
void |
setCompression(int value)
Gets or sets the compression.
|
void |
setHorizontalResolution(double value)
Gets or sets the horizontal resolution.
|
void |
setVerticalResolution(double value)
Gets or sets the vertical resolution.
|
getFileFormat, setFileFormat, toString
getOutputFileName, getOutputType, getOverwriteExistingFiles, getPassword, getUseOriginalPassword, setOutputFileName, setOutputType, setOverwriteExistingFiles, setPassword, setUseOriginalPassword
public BmpSaveOptions()
Creates BmpSaveOptions with default values.
public int getBitsPerPixel()
Gets or sets the image bits per pixel count.
public int getCompression()
Gets or sets the compression. See BitmapCompression
.
public double getHorizontalResolution()
Gets or sets the horizontal resolution. Note due to the rounding the resulting resolution may slightly differ from the passed.
public double getVerticalResolution()
Gets or sets the vertical resolution. Note due to the rounding the resulting resolution may slightly differ from the passed.
public void setBitsPerPixel(int value)
Gets or sets the image bits per pixel count.
public void setCompression(int value)
Gets or sets the compression. See BitmapCompression
.
public void setHorizontalResolution(double value)
Gets or sets the horizontal resolution. Note due to the rounding the resulting resolution may slightly differ from the passed.
public void setVerticalResolution(double value)
Gets or sets the vertical resolution. Note due to the rounding the resulting resolution may slightly differ from the passed.
Copyright © 2019. All rights reserved.