BmpSaveOptions
Leave feedback
On this page
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.
| Constructor | Description |
|---|---|
| BmpSaveOptions() | Creates BmpSaveOptions with default values. |
| 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. |
public BmpSaveOptions()
Creates BmpSaveOptions with default values.
public final int getBitsPerPixel()
Gets or sets the image bits per pixel count.
Returns: int
public final void setBitsPerPixel(int value)
Gets or sets the image bits per pixel count.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public final int getCompression()
Gets or sets the compression. See BitmapCompression.
Returns: int
public final void setCompression(int value)
Gets or sets the compression. See BitmapCompression.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
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
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 |
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
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 |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.