LEADTOOLS JPEG 2000 (Leadtools.Jpip assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
SamplingRate Property
See Also 
Leadtools.Jpip Namespace > ViewWindowFields Class : SamplingRate Property



The SamplingRate Property includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.

Gets or sets the sampling rate of the requested image codestreams.

Syntax

Visual Basic (Declaration) 
Public Property SamplingRate As Nullable(Of Single)
Visual Basic (Usage)Copy Code
Dim instance As ViewWindowFields
Dim value As Nullable(Of Single)
 
instance.SamplingRate = value
 
value = instance.SamplingRate
C# 
public Nullable<float> SamplingRate {get; set;}
C++/CLI 
public:
property Nullable<float> SamplingRate {
   Nullable<float> get();
   void set (    Nullable<float> value);
}

Property Value

A value use to subsample the requested codestreams mentioned by the CodeStream request field, in addition to those expanded from the CodeStreamContext values in the Codestream Context request ), so as to achieve an average sampling rate no greater than the streams-per-second value.

Remarks

This field is usable when the requested codestreams contains timing information. The server ensures that the delivered codestreams are separated with a time value not less than the streams-per-second sampling rate value.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Jpip requires a JPIP Module and a server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features