BmpSaveOptions
Inheritance: java.lang.Object, com.groupdocs.signature.options.saveoptions.SaveOptions, com.groupdocs.signature.options.saveoptions.imagessaveoptions.ImageSaveOptions
public final class BmpSaveOptions extends ImageSaveOptions
Bmp Save options for image documents.
Constructors
Constructor | Description |
---|---|
BmpSaveOptions() | Creates BmpSaveOptions with default values. |
Methods
Method | Description |
---|---|
getBitsPerPixel() | Gets or sets the image bits per pixel count. |
setBitsPerPixel(int value) | Gets or sets the image bits per pixel count. |
getCompression() | Gets or sets the compression. |
setCompression(int value) | Gets or sets the compression. |
getHorizontalResolution() | Gets or sets the horizontal resolution. |
setHorizontalResolution(double value) | Gets or sets the horizontal resolution. |
getVerticalResolution() | Gets or sets the vertical resolution. |
setVerticalResolution(double value) | Gets or sets the vertical resolution. |
BmpSaveOptions()
public BmpSaveOptions()
Creates BmpSaveOptions with default values.
getBitsPerPixel()
public final int getBitsPerPixel()
Gets or sets the image bits per pixel count.
Returns: int
setBitsPerPixel(int value)
public final void setBitsPerPixel(int value)
Gets or sets the image bits per pixel count.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getCompression()
public final int getCompression()
Gets or sets the compression. See BitmapCompression.
Returns: int
setCompression(int value)
public final void setCompression(int value)
Gets or sets the compression. See BitmapCompression.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getHorizontalResolution()
public final double getHorizontalResolution()
Gets or sets the horizontal resolution. Note due to the rounding the resulting resolution may slightly differ from the passed.
Returns: double
setHorizontalResolution(double value)
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.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
getVerticalResolution()
public final double getVerticalResolution()
Gets or sets the vertical resolution. Note due to the rounding the resulting resolution may slightly differ from the passed.
Returns: double
setVerticalResolution(double value)
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.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |