Leadtools.Jpip Requires JPIP module product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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.
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 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

For an example, refer to HttpRequestEncoder.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

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