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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly