ImageSaveOptions.Scale

ImageSaveOptions.Scale property

Gets or sets the zoom factor for the generated images.

public float Scale { get; set; }

Remarks

The default value is 1.0. The value must be greater than 0.

See Also