VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomImageVoiLookupTable Class / HasData Property
Syntax Requirements SeeAlso
In This Topic
HasData Property (DicomImageVoiLookupTable)
In This Topic
Gets a value indicating whether the Value Of Interest Look Up Table has look up table.
Syntax
'Declaration

Public Overrides ReadOnly Property HasData As Boolean

public override bool HasData { get; }

Property Value

true - the Value Of Interest Look Up Table has lookup table, i.e. the Value Of Interest Look Up Table is defined with the "VOI LUT Sequence" (0028,3010); false - the Value Of Interest Look Up Table does not have lookup table, i.e. the Value Of Interest Look Up Table is described with the WindowCenter (0028,1050) and WindowWidth (0028,1051) elements.
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