←Select platform

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 Leadtools.Jpip.ImageReturnType 
public: 
static Leadtools.Jpip.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly