←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly