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



In This Topic
    JpipInitialSize Property
    In This Topic
    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
    public static int JpipInitialSize {get; set;}
    public:
    static property int JpipInitialSize {
       int get();
       void set (    int value);
    }
    Remarks
    Lower values give a lower latency, but higher values are more efficient.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also