←Select platform

ImageTypes Enumeration

Summary

Identifies the image return types.

Syntax

C#
VB
C++
public enum ImageTypes 
  
Public Enum ImageTypes  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class ImageTypes : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0JppStream A JPP-stream
1JptStream A JPT-stream
2Raw The client is requesting the entire sequence of bytes in the logical target to be delivered unchanged.
3Other Reserved
Example

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Jpip Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly