DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / ThreadCount Property

In This Topic
    ThreadCount Property
    In This Topic
    Controls how many threads may be used by DicomObjects when rendering etc.
    Syntax
    'Declaration
     
    
    Public Shared Property ThreadCount As System.Integer
    public static System.int ThreadCount {get; set;}
    Remarks
    The default value is the number of procesors on the system. Setting to 1 disables the multi-threading rendering support.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also