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






    ThreadCount Property
    Controls how many threads may be used by DicomObjects when rendering etc.
    Syntax
    'Declaration
     
    
    Public Shared Property ThreadCount As System.Integer
     
    'Usage
     
    
    Dim value As System.Integer
     
    DicomGlobal.ThreadCount = value
     
    value = DicomGlobal.ThreadCount
    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