VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprImage Class / FillDataThreadCount Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    FillDataThreadCount Property (MprImage)
    In This Topic
    Gets or sets the maximum count of threads, which can be used for filling of MPR data.
    Syntax
    'Declaration
    
    <CategoryAttribute("Performance")>
    <DescriptionAttribute("The maximum count of threads, which can be used for filling of MPR data.")>
    Public Property FillDataThreadCount As System.Int32
    
    
    [Category("Performance")]
    [Description("The maximum count of threads, which can be used for filling of MPR data.")]
    public System.Int32 FillDataThreadCount { get; set; }
    
    
    [Category("Performance")]
    [Description("The maximum count of threads, which can be used for filling of MPR data.")]
    public: __property System.Int32 get_FillDataThreadCount();
    public: __property void set_FillDataThreadCount(
    System.Int32 value
    );
    [Category("Performance")]
    [Description("The maximum count of threads, which can be used for filling of MPR data.")]
    public:
    property System.Int32 FillDataThreadCount { System.Int32 get(); void set(System.Int32 value); }

    Property Value

    1 - this MPR image must NOT use multithreading for filling of MPR data;
    N - this MPR image must use N threads for filling of MPR data.
    Exceptions
    ExceptionDescription
    Thrown if value less than 1.
    Thrown if data filling is executing.
    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