DicomObjects.NET.V8
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 Integer
     
    'Usage
     
    Dim value As 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.0 or higher

    See Also