ImageSaveOptions.ContentZoom

ImageSaveOptions.ContentZoom property

This parameter is similar with scale, but not effect the generated image size.

public float ContentZoom { get; set; }

Remarks

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

See Also