BmpSaveOptions class
Leave feedback
On this page
Bmp Save options for image documents.
Inheritance: BmpSaveOptions →
ImageSaveOptions →
SaveOptions
The BmpSaveOptions type exposes the following members:
| Constructor | Description |
|---|---|
| init | Creates BmpSaveOptions with default values. |
| Property | Description |
|---|---|
| overwrite_existing_files | Gets or sets whether to overwrite existing file with new output file.
Otherwise new file will be created with number as suffix. By default this value set to true that means file will be overwritten. |
| password | Gets or sets password to save signed document with password protection.
This property is not supported for Image documents. |
| use_original_password | Gets or sets whether to use password from LoadOptions to save signed document as protected.
Default value is true. This property is not supported for Image documents. |
| add_missing_extenstion | Gets or sets flag to automatically add extension when it was missing in output file path
Default value is false. |
| file_format | Gets or sets file format of signed document. |
| bits_per_pixel | Gets or sets the image bits per pixel count. |
| compression | Gets or sets the compression. See BitmapCompression. |
| horizontal_resolution | Gets or sets the horizontal resolution. Note due to the rounding the resulting
resolution may slightly differ from the passed. |
| vertical_resolution | Gets or sets the vertical resolution. Note due to the rounding the resulting
resolution may slightly differ from the passed. |
- module
groupdocs.signature.options - class
BitmapCompression - class
BmpSaveOptions - class
ImageSaveOptions - class
SaveOptions
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.