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