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.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.
For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7