ExplicitPresentationLUT Property
An explicit presentation Lookup Table to be used in place of one specified
in the image or presentaiton state.
public read-write property ExplicitPresentationLUT: LookupTable;
public function get,set ExplicitPresentationLUT : LookupTable
public: __property LookupTable* get_ExplicitPresentationLUT();
public: __property void set_ExplicitPresentationLUT(
LookupTable* value
);
'Declaration
Public Property ExplicitPresentationLUT As LookupTable
'Usage
Dim instance As DicomImage
Dim value As LookupTable
instance.ExplicitPresentationLUT = value
value = instance.ExplicitPresentationLUT
Target Platforms: .NET CLR 4.8 or higher