VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomImageModalityLookupTable Class / HasData Property
Syntax Requirements SeeAlso
In This Topic
HasData Property (DicomImageModalityLookupTable)
In This Topic
Gets a value indicating whether the Modality 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 Modality Look Up Table has lookup table, i.e. the Modality Look Up Table is defined with the "Modality LUT Sequence" (0028,3000); false - the Modality Look Up Table does not have lookup table, i.e. the Modality Look Up Table is described with the RescaleIntercept (0028,1052) and RescaleSlope (0028,1053) 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