Parse Method

Summary
Overridden. Converts the string representation of a JPIP image return type into its ImageReturnType equivalent.
Syntax
C#
VB
C++
public static ImageReturnType Parse( 
   string imageType 
) 
  
Public Shared Function Parse( _ 
   ByVal imageType As String _ 
) As ImageReturnType 
public: 
static ImageReturnType^ Parse(  
   String^ imageType 
)  

Parameters

imageType
A System.String containing the JPIP image return type being converted.

Return Value

An ImageReturnType corresponding to the string contained in imageType.

Example

For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.