←Select platform

ServerControlFields Constructor

Summary

Initializes a new instance of the ServerControlFields class.

Syntax

C#
VB
C++
public ServerControlFields( 
   Nullable<bool> alignment, 
   Nullable<bool> wait, 
   ImageReturnType[] imageReturnTypes, 
   Nullable<float> deliveryRate 
) 
  
Public Function New( _ 
   ByVal alignment As Nullable(Of Boolean), _ 
   ByVal wait As Nullable(Of Boolean), _ 
   ByVal imageReturnTypes() As Leadtools.Jpip.ImageReturnType, _ 
   ByVal deliveryRate As Nullable(Of Single) _ 
) 
public: 
ServerControlFields(  
   Nullable<bool> alignment, 
   Nullable<bool> wait, 
   Leadtools.Jpip.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 Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.

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