public:
property int CurrentIndex {
int get();
void set ( intvalue);
}
'Declaration
Public Property CurrentIndex As Integer
'Usage
Dim instance As DicomViewer
Dim value As Integer
instance.CurrentIndex = value
value = instance.CurrentIndex
Remarks
This defines the index (0-based) of the image displayed in the top left corner of
the display matrix (or the only image if MultiRows and MultiColumns are 1). If
MultiRows or MultiColumns are greater than 1, then other images are displayed
sequentially along and then down.