DicomObjects.NET Core Documentation
DicomObjects.Codecs Namespace / Jpip Class / JpipThreads Property



In This Topic
    JpipThreads Property
    In This Topic
    The number of concurrent threads to use to handle JPIP pixel data requests
    Syntax
    'Declaration
     
    
    Public Shared Property JpipThreads As Integer
    'Usage
     
    
    Dim value As Integer
     
    Jpip.JpipThreads = value
     
    value = Jpip.JpipThreads
    public static int JpipThreads {get; set;}
    public:
    static property int JpipThreads {
       int get();
       void set (    int value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also