DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / ExplicitPresentationLUT Property



ExplicitPresentationLUT Property
An explicit presentation Lookup Table to be used in place of one specified in the image or presentaiton state.
Syntax
public LookupTable ExplicitPresentationLUT {get; set;}
public:
property LookupTable^ ExplicitPresentationLUT {
   LookupTable^ get();
   void set (    LookupTable^ value);
}
'Declaration
 
Public Property ExplicitPresentationLUT As LookupTable
 
'Usage
 
Dim instance As DicomImage
Dim value As LookupTable
 
instance.ExplicitPresentationLUT = value
 
value = instance.ExplicitPresentationLUT
Requirements

Target Platforms: .NET CLR 3.5 or higher

See Also