DicomObjects Reference
DicomObjects Reference / DicomViewer Object / AutoDisplay Property
In This Topic
    AutoDisplay Property
    In This Topic
    Description
    Determines whether current image number is modified automatically
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property AutoDisplay As Boolean
    Remarks

    If the number of the latest image to be added to the control is new then the formula used is:

    CurrentIndex =  max(1, new +1 - MultiRowsMultiColumns)

    See Also