DicomObjects Reference
DicomObjects Reference / DicomViewer Object / AutoDisplay Property
AutoDisplay Property
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