Index for the resolution of the displayed image.
public int CurrentResolutionIndex {get;}
'Declaration
Public ReadOnly Property CurrentResolutionIndex As Integer
'Usage
Dim instance As JpipRasterImageViewer
Dim value As Integer
value = instance.CurrentResolutionIndex
public:
property int CurrentResolutionIndex {
int get();
}
Property Value
Index for the resolution of the displayed image.
For an example that displays the resolution index after
ZoomIn has been called, refer to
JpipRasterImageViewer.