C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets an array of 9 SelectiveColorCommandData classes.
public SelectiveColorCommandData[] ColorsData { get; set; }
Public Property ColorsData As Leadtools.Imageprocessing.Color.SelectiveColorCommandData()
public [Leadtools.Imageprocessing.Color.SelectiveColorCommandData[]](selectivecolorcommanddata.md) ColorsData {get; set;}
@property (nonatomic, strong) NSMutableArray<LTSelectiveColorCommandData *> *colorsData
public SelectiveColorCommandData[] getColorsData()
public void setColorsData(SelectiveColorCommandData[] value)
<br/>get_ColorsData();<br/>set_ColorsData(value);<br/>Object.defineProperty('ColorsData');
public:
property Leadtools.Imageprocessing.Color.array<SelectiveColorCommandData^>^ ColorsData {
Leadtools.Imageprocessing.Color.array<SelectiveColorCommandData^>^ get();
void set ( Leadtools.Imageprocessing.Color.array<SelectiveColorCommandData^>^ );
}
Array of 9 SelectiveColorCommandData classes that contains the selected colors along with the CMYK values for each.
Refer to SelectiveColorCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET