Aspose Cloud
/
AsposeCellsCloud-CellsApi-19.2.1
/
docs/ImageSaveOptions.md
AsposeCellsCloud::Object::ImageSaveOptions
Load the model package
use AsposeCellsCloud::Object::ImageSaveOptions;
Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
enable_http_compression | boolean | | [optional]
save_format | string | | [optional]
clear_data | boolean | Make the workbook empty after saving the file. | [optional]
cached_file_folder | string | The cached file folder is used to store some large data. | [optional]
validate_merged_areas | boolean | Indicates whether validate merged areas before saving the file. The default value is false. | [optional]
refresh_chart_cache | boolean | | [optional]
create_directory | boolean | If true and the directory does not exist, the directory will be automatically created before saving the file. | [optional]
sort_names | boolean | | [optional]
chart_image_type | string | | [optional]
embeded_image_name_in_svg | string | | [optional]
horizontal_resolution | int | | [optional]
image_format | string | | [optional]
is_cell_auto_fit | boolean | | [optional]
one_page_per_sheet | boolean | | [optional]
only_area | boolean | | [optional]
printing_page | string | | [optional]
print_with_status_dialog | int | | [optional]
quality | int | | [optional]
tiff_compression | string | | [optional]
vertical_resolution | int | | [optional]
[Back to Model list] [Back to API list] [Back to README]