DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomViewer Class / MCurrentIndex Property



In This Topic
    MCurrentIndex Property
    In This Topic
    Determines the images to be displayed by the DicomViewer control.
    Syntax
    'Declaration
     
    
    Public Property MCurrentIndex As Integer
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As Integer
     
    instance.MCurrentIndex = value
     
    value = instance.MCurrentIndex
    public int MCurrentIndex {get; set;}
    public:
    property int MCurrentIndex {
       int get();
       void set (    int value);
    }
    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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also