[]
Gets or sets the scale on the X axis.
This value specifies the horizontal scaling used when exporting to an image.
public double? ScaleX { get; set; }
Public Property ScaleX As Double?
ImageSaveOptions options = new ImageSaveOptions();
options.ScaleX = 0.5;
double? scaleX = options.ScaleX;