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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.