DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / JpipRequestSize Property



In This Topic
    JpipRequestSize Property
    In This Topic
    The size of the requests other than the first (in bytes) to make to a JPIP server.
    Syntax
    'Declaration
     
    Public Property JpipRequestSize As Integer
    'Usage
     
    Dim instance As DicomImage
    Dim value As Integer
     
    instance.JpipRequestSize = value
     
    value = instance.JpipRequestSize
    public int JpipRequestSize {get; set;}
    public:
    property int JpipRequestSize {
       int get();
       void set (    int value);
    }
    Remarks

    Lower values give a lower latency, but higher values are more efficient. The value actually used is increased by 25% each request, so that later requests are larger.

    The value is actually held at the dataset level, and so is shared between images which share a DataSet

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also