DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / DisplayMode Property



DisplayMode Property
Controls how the image is rendered internal before transfer to the screen
Syntax
'Declaration
 
Public Property DisplayMode As DisplayMode
 
'Usage
 
Dim instance As DicomImage
Dim value As DisplayMode
 
instance.DisplayMode = value
 
value = instance.DisplayMode
Remarks
Although public, this is an experimental property intended for performance tuning experiments and may not be supported in future versions of DicomObjects
Requirements

Target Platforms: .NET CLR 4.0 or higher

See Also