Gets the number of resolutions available in the loaded JPEG2000 file.
public int NumberOfResolutions {get;}
'Declaration
Public ReadOnly Property NumberOfResolutions As Integer
'Usage
Dim instance As JpipRasterImageViewer
Dim value As Integer
value = instance.NumberOfResolutions
public:
property int NumberOfResolutions {
int get();
}
Property Value
An integer that represents the number of resolutions available in the loaded JPEG2000 file.
For an example that displays this value after loading a file, refer to
JpipRasterImageViewer.