| Visual Basic (Declaration) | |
|---|---|
Public Enum Jpeg2000FileFormat Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Jpeg2000FileFormat | |
| C# | |
|---|---|
public enum Jpeg2000FileFormat : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class Jpeg2000FileFormat : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| LeadJp2 | JPEG 2000 - part 1 (JP2) file format |
| LeadJpx | JPEG 2000 - part 2 (JPX) file format |
For an example, refer to Jpeg2000Engine.Save(RasterCodecs, string, RasterImage, Jpeg2000FileFormat, int, int) example.
System.Object
System.ValueType
System.Enum
Leadtools.Jpeg2000.Jpeg2000FileFormat
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code