[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ImageSaveOptions.ScaleX

ScaleX Property

ScaleX

Gets or sets the scale on the X axis.

This value specifies the horizontal scaling used when exporting to an image.

Declaration
public double? ScaleX { get; set; }
Public Property ScaleX As Double?
Examples
ImageSaveOptions options = new ImageSaveOptions();
options.ScaleX = 0.5;
double? scaleX = options.ScaleX;