DeliveryRate Property

Summary

Gets or sets a value specifying the delivery rate of various codestreams.

Syntax
C#
VB
C++
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> ); 
} 

Property Value

A System.Single value which specifies the delivery rate of various codestreams. This value can be set to null.

Remarks

This field requires that the image codestreams contain timing information.

This field is not currently supported by the LEAD JPIP Server.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly