VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / ApplyDicomImageVoiLutCommand Class / VoiLut Property
Syntax Requirements SeeAlso
In This Topic
VoiLut Property (ApplyDicomImageVoiLutCommand)
In This Topic
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

[Description("A VOI lookup table that should be applied to a DICOM image.")]
[DefaultValue(null)]
public Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImageVoiLookupTable VoiLut { get; set; }

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: .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