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: .NET CLR 4.0 or higher
See Also