VintaSoft Imaging .NET SDK 14.0: 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; }
    
    
    public: __property bool get_HasData(); override;
    
    
    
    public:
    property bool HasData { bool get() override;; }

    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: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also