[]
Gets or sets the scale on the Y axis.
This value specifies the vertical scaling used when exporting to an image.
public double? ScaleY { get; set; }
Public Property ScaleY As Double?
ImageSaveOptions options = new ImageSaveOptions();
options.ScaleY = 0.75;
double? scaleY = options.ScaleY;