VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr.Wpf.UI Namespace / WpfMprVisualizationController Class / AdaptiveRenderingQualityComplexityThreshold Property
Syntax Requirements SeeAlso
In This Topic
    AdaptiveRenderingQualityComplexityThreshold Property (WpfMprVisualizationController)
    In This Topic
    Gets or sets the adaptive quality complexity threshold.
    Syntax
    'Declaration
    
    Public Property AdaptiveRenderingQualityComplexityThreshold As Double
    
    
    public double AdaptiveRenderingQualityComplexityThreshold { get; set; }
    
    
    public: __property double get_AdaptiveRenderingQualityComplexityThreshold();
    public: __property void set_AdaptiveRenderingQualityComplexityThreshold(
    double value
    );
    public:
    property double AdaptiveRenderingQualityComplexityThreshold { double get(); void set(double value); }

    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 QualityScale property.
    Default value is 200.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also