DicomObjects.NET.8.48 Documentation
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 System.Integer
    public System.int JpipRequestSize {get; set;}
    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.8 or higher

    See Also