DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / JpipInitialSize Property






In This Topic
    JpipInitialSize Property (DicomImage)
    In This Topic
    The size of the first request (in bytes) to make to a JPIP server.
    Syntax
    'Declaration
     
    
    Public Shared Property JpipInitialSize As System.Integer
    'Usage
     
    
    Dim value As System.Integer
     
    DicomImage.JpipInitialSize = value
     
    value = DicomImage.JpipInitialSize
    public static System.int JpipInitialSize {get; set;}
    public read-write property JpipInitialSize: System.Integer; static; 
    public static function get,set JpipInitialSize : System.int
    public: __property static System.int get_JpipInitialSize();
    public: __property static void set_JpipInitialSize( 
       System.int value
    );
    public:
    static property System.int JpipInitialSize {
       System.int get();
       void set (    System.int value);
    }
    Remarks
    Lower values give a lower latency, but higher values are more efficient.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also