ImageSaveOptions.ImageContrast

ImageSaveOptions.ImageContrast property

Gets or sets the contrast for the generated images.

public float ImageContrast { get; set; }

Remarks

This property has effect only when saving to raster image formats. The default value is 0.5. The value must be in the range between 0 and 1.

See Also