VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / ApplyDicomImageVoiLutCommand Class / VoiLut Property
Syntax Requirements SeeAlso
    VoiLut Property (ApplyDicomImageVoiLutCommand)
    Gets or sets a VOI lookup table that should be applied to a DICOM image.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A VOI lookup table that should be applied to a DICOM image.")>
    <DefaultValueAttribute(null)>
    Public Property VoiLut As Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImageVoiLookupTable
    
    
     

    Property Value

    null - command will apply the Value Of Interest lookup table to a DICOM image; not null - command will NOT apply the Value Of Interest lookup table to a DICOM image.
    Default value is null.
    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