IsisSettingsBrightness Property |
Gets or sets the brightness value used when scanning.
Namespace:
Atalasoft.Isis
Assembly:
Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public IsisBrightness Brightness { get; set; }
Public Property Brightness As IsisBrightness
Get
Set
Property Value
Type:
IsisBrightnessThe brightness value used on the scan.
Remarks In addition to the enumeration options, a value of 1 to 127 can be cast to an IsisBrightness type in order to set a specific brightness.
See Also