C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets an integer which represents the factor to be used when multiplying image values.
public int Factor { get; set; }
Public Property Factor As Integer
public int Factor {get; set;}
@property (nonatomic, assign) NSUInteger factor
public int getFactor()
public void setFactor(int value)
<br/>get_Factor();<br/>set_Factor(value);<br/>Object.defineProperty('Factor');
An integer which represents the factor to be used when multiplying image values. The factor used is equal to Factor/100. Only positive values are accepted.
Refer to MultiplyCommand.
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