'DeclarationPublic Property AutoDisplay As Boolean
'UsageDim instance As DicomViewer Dim value As Boolean instance.AutoDisplay = value value = instance.AutoDisplay
public bool AutoDisplay {get; set;}
Determines whether images newly added to the viewer control are automatically displayed. This is achieved, if necessary, by modification of the control�s CurrentIndex property.
'DeclarationPublic Property AutoDisplay As Boolean
'UsageDim instance As DicomViewer Dim value As Boolean instance.AutoDisplay = value value = instance.AutoDisplay
public bool AutoDisplay {get; set;}
If the number of the latest image to be added to the control is new then the formula used is:
CurrentIndex = max(0, new - MultiRows * MultiColumns)
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