public Nullable<int> DataLength { get; set; }
Public Property DataLength As Nullable(Of Integer)
A Nullable value which restricts the amount of data in bytes the client wants the server to send in response to this request.
If this field is not specified in the client request, the server will send all the data relevant to the requested image view window in its response.
When a client creates a session with a server, the server will maintain a cache model for the information it sends to the client (soas not to send the same data again). This way the client can limit the number of bytes returned in each response and perform new requests to retrieve the rest of image information.
For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document