←Select platform

IsSegmented Property

Summary

Specifies whether the "Palette Color Lookup Table Data" is segmented or not.

Syntax

C#
VB
Java
WinRT C#
C++
public bool IsSegmented { get; set; } 
Public Property IsSegmented As Boolean 
public bool IsSegmented {get; set;} 
public boolean getIsSegmented() 
public void setIsSegmented(boolean value) 
             
 <br/>get_IsSegmented();<br/>set_IsSegmented(value);<br/>Object.defineProperty('IsSegmented');  
public: 
property bool IsSegmented { 
   bool get(); 
   void set (    bool value); 
} 

Property Value

true to indicates that "Palette Color Lookup Table Data" is segmented; otherwise, false.

Remarks

This flag is set when "Segmented Red Palette Color Lookup Table Data" (0028,1221) , "Segmented Green Palette Color Lookup Table Data" (0028,1222) and Segmented Blue Palette Color Lookup Table Data (0028,1223) exist in the DICOM dataset.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly