Image save options
## Image save options
The examples in this folder demonstrate how to use image save options when exporting image files:
- Use **ImageSaveOptions.ScaleX** and **ImageSaveOptions.ScaleY** to get or set the X-axis and Y-axis image scales.
- Use **ImageSaveOptions.Resolution** to get or set the resolution of the jp(e)g image file.
- Use **ImageSaveOptions.BackgroundColor** to get or set the background color of the image file.
- Use **ImageSaveOptions.BlackAndWhite** to get or set whether the image file is black and white.
- Use **ImageSaveOptions.ShowRowHeadings** and **ImageSaveOptions.ShowColumnHeadings** to get or set whether to display row or column headings.
- Use **ImageSaveOptions.ShowDrawingObjects** to get or set whether to display drawing objects (charts, shapes, and pictures).
- Use **ImageSaveOptions.ShowGridlines** to get or set whether to display gridlines.
- Use **ImageSaveOptions.GridlineColor** to get or set the gridlines' color.