'Declaration Public Property AdaptiveRenderingQualityComplexityThreshold As Double
public double AdaptiveRenderingQualityComplexityThreshold { get; set; }
Property Value
If AdaptiveRenderingQualityStepCount is greater than 0, renderer will calculate the computational complexity of slice rendering task. If computational complexity is greater than AdaptiveRenderingQualityComplexityThreshold, rendering will be executed in several steps, on each step rendering quality will be increased, on the last step image will have quality specified using the FocusedSliceRenderingQualityScale property.
Default value is 200.
Default value is 200.