C#
VB
C++
Gets or sets a value specifying the delivery rate of various codestreams.
public Nullable<float> DeliveryRate { get; set; }
Public Property DeliveryRate As Nullable(Of Single)
public:
property Nullable<float> DeliveryRate {
Nullable<float> get();
void set ( Nullable<float> );
}
A System.Single value which specifies the delivery rate of various codestreams. This value can be set to null.
This field requires that the image codestreams contain timing information.
This field is not currently supported by the LEAD JPIP Server.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET