Leadtools.Jpip Namespace > DataLimitFields Class : DataLength Property |
public Nullable<int> DataLength {get; set;}
'Declaration Public Property DataLength As Nullable(Of Integer)
'Usage Dim instance As DataLimitFields Dim value As Nullable(Of Integer) instance.DataLength = value value = instance.DataLength
public: property Nullable<int> DataLength { Nullable<int> get(); void set ( Nullable<int> value); }
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.