[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ImageSaveOptions.ScaleY

ScaleY Property

ScaleY

Gets or sets the scale on the Y axis.

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

Declaration
public double? ScaleY { get; set; }
Public Property ScaleY As Double?
Examples
ImageSaveOptions options = new ImageSaveOptions();
options.ScaleY = 0.75;
double? scaleY = options.ScaleY;