public final class BmpSaveOptions
extends com.groupdocs.signature.options.saveoptions.imagessaveoptions.ImageSaveOptions
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
getAddMissingExtenstion, getOverwriteExistingFiles, getPassword, getUseOriginalPassword, setAddMissingExtenstion, setOverwriteExistingFiles, setPassword, setUseOriginalPassword
public BmpSaveOptions()
Creates BmpSaveOptions with default values.
public final int getBitsPerPixel()
Gets or sets the image bits per pixel count.
public final int getCompression()
Gets or sets the compression. See BitmapCompression
.
public final double getHorizontalResolution()
Gets or sets the horizontal resolution. Note due to the rounding the resulting resolution may slightly differ from the passed.
public final double getVerticalResolution()
Gets or sets the vertical resolution. Note due to the rounding the resulting resolution may slightly differ from the passed.
public final void setBitsPerPixel(int value)
Gets or sets the image bits per pixel count.
public final void setCompression(int value)
Gets or sets the compression. See BitmapCompression
.
public final 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 final void setVerticalResolution(double value)
Gets or sets the vertical resolution. Note due to the rounding the resulting resolution may slightly differ from the passed.