DicomObjects.NET.8.48 Documentation
DicomObjects.DicomCodecs 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 System.Integer
    'Usage
     
    
    Dim value As System.Integer
     
    Jpip.JpipThreads = value
     
    value = Jpip.JpipThreads
    public static System.int JpipThreads {get; set;}
    public read-write property JpipThreads: System.Integer; static; 
    public static function get,set JpipThreads : System.int
    public: __property static System.int get_JpipThreads();
    public: __property static void set_JpipThreads( 
       System.int value
    );
    public:
    static property System.int JpipThreads {
       System.int get();
       void set (    System.int value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also