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



alignment
Specifies whether the server response data shall be aligned on natural boundaries. true to align data on natural boundaries; otherwise false.
wait
Indicates whether the server shall complete a response to the previous request.
imageReturnTypes
Indicates the type (or types) of the requested response data.
deliveryRate
Specifies the delivery rate of various codestreams.

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

Initializes a new instance of the ServerControlFields class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal alignment As Nullable(Of Boolean), _
   ByVal wait As Nullable(Of Boolean), _
   ByVal imageReturnTypes() As ImageReturnType, _
   ByVal deliveryRate As Nullable(Of Single) _
)
Visual Basic (Usage)Copy Code
Dim alignment As Nullable(Of Boolean)
Dim wait As Nullable(Of Boolean)
Dim imageReturnTypes() As ImageReturnType
Dim deliveryRate As Nullable(Of Single)
 
Dim instance As New ServerControlFields(alignment, wait, imageReturnTypes, deliveryRate)
C# 
public ServerControlFields( 
   Nullable<bool> alignment,
   Nullable<bool> wait,
   ImageReturnType[] imageReturnTypes,
   Nullable<float> deliveryRate
)
C++/CLI 
public:
ServerControlFields( 
   Nullable<bool> alignment,
   Nullable<bool> wait,
   array<ImageReturnType^>^ imageReturnTypes,
   Nullable<float> deliveryRate
)

Parameters

alignment
Specifies whether the server response data shall be aligned on natural boundaries. true to align data on natural boundaries; otherwise false.
wait
Indicates whether the server shall complete a response to the previous request.
imageReturnTypes
Indicates the type (or types) of the requested response data.
deliveryRate
Specifies the delivery rate of various codestreams.

Example

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