The ImageTypes Enumeration includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Identifies the image return types.Visual Basic (Declaration) | |
---|---|
Public Enum ImageTypes Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ImageTypes |
C# | |
---|---|
public enum ImageTypes : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class ImageTypes : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
JppStream | A JPP-stream |
JptStream | A JPT-stream |
Other | Reserved |
Raw | The client is requesting the entire sequence of bytes in the logical target to be delivered unchanged. |
For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.
System.Object
System.ValueType
System.Enum
Leadtools.Jpip.ImageTypes
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7