C#
Objective-C
C++
public int DecompositionLevels { get; set; }
@property (nonatomic, assign) NSInteger decompositionLevels;
public:
property int DecompositionLevels {
int get();
void set ( int value);
}
Value that indicates the number of resolution levels in the compressed file. The maximum number of levels depends on the size of the image. Passing values that are too large will cause the save operation to fail. Each resolution level is one-half the size of the previous resolution, starting with the full image resolution. The default value is 5.
For an example, refer to Jpeg2000Options.