Gets or sets the fraction of contrast enhancement applied to the image.
public int Contrast { get; set; }
Public Property Contrast As Integer
public int Contrast {get; set;}
@property (nonatomic, assign) NSUInteger contrast
public int getContrast()
public void setContrast(int value)
<br/>get_Contrast();<br/>set_Contrast(value);<br/>Object.defineProperty('Contrast');
Fraction of contrast enhancement applied to the image. Valid values range from 0 - 10000, which are interpreted as 0 percent - 100 percent. This value is internally divided by 10000. Greater values will produce stronger contrast.
Refer to MultiscaleEnhancementCommand.
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