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



    JpipInitialSize Property
    The size of the first request (in bytes) to make to a JPIP server.
    Syntax
    'Declaration
     
    Public Shared Property JpipInitialSize As Integer
     
    'Usage
     
    Dim value As Integer
     
    DicomImage.JpipInitialSize = value
     
    value = DicomImage.JpipInitialSize
    Remarks
    Lower values give a lower latency, but higher values are more efficient.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also