C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets flags that indicate whether colors will be mixed or replaced.
public GrayScaleToDuotoneCommandMixingType Type { get; set; }
Public Property Type As Leadtools.Imageprocessing.Color.GrayScaleToDuotoneCommandMixingType
public Leadtools.Imageprocessing.Color.GrayScaleToDuotoneCommandMixingType Type {get; set;}
@property (nonatomic, assign) LTGrayScaleToDuotoneCommandMixingType type
public GrayScaleToDuotoneCommandMixingType getType()
public void setType(GrayScaleToDuotoneCommandMixingType value)
<br/>get_Type();<br/>set_Type(value);<br/>Object.defineProperty('Type');
public:
property Leadtools.Imageprocessing.Color.GrayScaleToDuotoneCommandMixingType Type {
Leadtools.Imageprocessing.Color.GrayScaleToDuotoneCommandMixingType get();
void set ( Leadtools.Imageprocessing.Color.GrayScaleToDuotoneCommandMixingType );
}
Value that indicates whether colors will be mixed or replaced.
Refer to GrayScaleToDuotoneCommand.
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