Error processing SSI file
LEADTOOLS JPEG 2000 (Leadtools.Jpip.Client.WinForms assembly)

Show in webframe

CurrentResolutionIndex Property






Index for the resolution of the displayed image.
Syntax
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.
Remarks
The index can range from 0 through (NumberOfResolutions -1). A resolution index equal to zero represents the highest resolution and the NumberOfResolutions represents the lowest resolution. So if the NumberOfResolutions equals 3 and the image size is 200x100, then this function will return 200x100 when the resolution index equals zero, 100x50 when the resolution index equals 1, and 50x25 when the resolution index equals 2.
Example
For an example that displays the resolution index after ZoomIn has been called, refer to JpipRasterImageViewer.
Requirements

Target Platforms

See Also

Reference

JpipRasterImageViewer Class
JpipRasterImageViewer Members

Error processing SSI file
Leadtools.Jpip.Client.WinForms requires a Document or Medical license and unlock key as well as a server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features