C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a value that represents the percentage or weight given to the red value of each pixel in the image.
public int RedFactor { get; set; }
Public Property RedFactor As Integer
public int RedFactor {get; set;}
@property (nonatomic, assign) NSInteger redFactor
public int getRedFactor()
public void setRedFactor(int value)
<br/>get_RedFactor();<br/>set_RedFactor(value);<br/>Object.defineProperty('RedFactor');
Value that represents the percentage or weight given to the red value of each pixel in the image. Possible values are 0 to 1000.
Refer to ConvertToColoredGrayCommand.
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