[]
Options for saving image file.
public class ImageSaveOptions
Public Class ImageSaveOptions
| Name | Description |
|---|---|
| ImageSaveOptions() |
| Name | Description |
|---|---|
| BackgroundColor | Gets or sets the background color of the exported image. |
| BlackAndWhite | Gets or sets whether to save the image as a black and white image. |
| GridlineColor | Gets or sets the gridline color. |
| IncludeAutoMergedCells | Indicates whether to include the automatically merged cells. The default value is false. |
| Resolution | Gets or sets the resolution (in DPI) for jpeg image file. |
| ScaleX | Gets or sets the scale on the X axis. |
| ScaleY | Gets or sets the scale on the Y axis. |
| ShowColumnHeadings | Gets or sets whether to display column headings. |
| ShowDrawingObjects | Gets or sets whether to display drawing objects (charts, shapes, and pictures). |
| ShowGridlines | Gets or sets whether to display gridlines. |
| ShowRowHeadings | Gets or sets whether to display row headings. |