DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / CurrentIndex Property

In This Topic
    CurrentIndex Property
    In This Topic
    Determines the images to be displayed by the DicomViewer control.
    Syntax
    'Declaration
     
    
    Public Property CurrentIndex As System.Integer
    public System.int CurrentIndex {get; set;}
    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: .NET CLR 4.8 or higher

    See Also