| Visual Basic (Declaration) | |
|---|---|
Public Enum Jpeg2000BoxType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Jpeg2000BoxType | |
| C# | |
|---|---|
public enum Jpeg2000BoxType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class Jpeg2000BoxType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| AssociationBox | Association box. |
| BinaryFilterBox | Binary filter box. |
| CompositionBox | Composition box |
| DigitalSignatureBox | Digital signature box. |
| FreeBox | Free box. |
| GtsoBox | Desired reproduction box. |
| IprBox | Intellectual property rights box. |
| MediaDataBox | Media data box |
| Mpeg7Box | MPEG-7 box. |
| ResolutionBox | Resolution box. |
| UuidBox | UUID box. |
| UuidInformationBox | UUID information box. |
| XmlBox | XML box. |
For an example, refer to Jpeg2000Engine.Save(RasterCodecs, string, RasterImage, Jpeg2000FileFormat, int, int) example.
System.Object
System.ValueType
System.Enum
Leadtools.Jpeg2000.Jpeg2000BoxType
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