[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ImageSaveOptions

Class ImageSaveOptions

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Options for saving image file.

public class ImageSaveOptions
Inheritance
object
ImageSaveOptions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

ImageSaveOptions()

public ImageSaveOptions()

Properties

BackgroundColor

Gets or sets the background color of the exported image.

public Color? BackgroundColor { get; set; }

Property Value

System.Drawing.Color?

BlackAndWhite

Gets or sets whether to save the image as a black and white image.

public bool? BlackAndWhite { get; set; }

Property Value

bool?

GridlineColor

Gets or sets the gridline color.

public Color? GridlineColor { get; set; }

Property Value

System.Drawing.Color?

Resolution

Gets or sets the resolution (in DPI) for jpeg image file.

public int? Resolution { get; set; }

Property Value

int?

ScaleX

Gets or sets the scale on the X axis.

public double? ScaleX { get; set; }

Property Value

double?

ScaleY

Gets or sets the scale on the Y axis.

public double? ScaleY { get; set; }

Property Value

double?

ShowColumnHeadings

Gets or sets whether to display column headings.

public bool? ShowColumnHeadings { get; set; }

Property Value

bool?

ShowDrawingObjects

Gets or sets whether to display drawing objects (charts, shapes, and pictures).

public bool? ShowDrawingObjects { get; set; }

Property Value

bool?

ShowGridlines

Gets or sets whether to display gridlines.

public bool? ShowGridlines { get; set; }

Property Value

bool?

ShowRowHeadings

Gets or sets whether to display row headings.

public bool? ShowRowHeadings { get; set; }

Property Value

bool?