The Jpeg2000SingleBox is the base class for all LEADTOOLS JPEG 2000 boxes that are not allowed to have more than one box in a JPEG 2000 file. The following types of boxes are not allowed to have more than one box in a JPEG 2000 file:

| Visual Basic (Declaration) | |
|---|---|
Public MustInherit Class Jpeg2000SingleBox Inherits Jpeg2000Box | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Jpeg2000SingleBox | |
| C# | |
|---|---|
public abstract class Jpeg2000SingleBox : Jpeg2000Box | |
| C++/CLI | |
|---|---|
public ref class Jpeg2000SingleBox abstract : public Jpeg2000Box | |
System.Object
Leadtools.Jpeg2000.Jpeg2000Box
Leadtools.Jpeg2000.Jpeg2000SingleBox
Leadtools.Jpeg2000.CompositionBox
Leadtools.Jpeg2000.GtsoBox
Leadtools.Jpeg2000.IprBox
Leadtools.Jpeg2000.ResolutionBox
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