VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomImageVoiLookupTable Class / WindowWidth Property
Syntax Remarks Requirements SeeAlso
In This Topic
WindowWidth Property (DicomImageVoiLookupTable)
In This Topic
Gets the window width of the Value Of Interest Look Up Table.
Syntax
'Declaration

Public ReadOnly Property WindowWidth As Double

public double WindowWidth { get; }

Property Value

Supported values: from 0 to 2^N-1, where N - number of bits in color channel.
Remarks

This property has correct value if the Modality Look Up Table is linear.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also