ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearGrayScaleInterpolationOptions Class / Threshold Field




In This Topic
Threshold Field (ImGearGrayScaleInterpolationOptions)
In This Topic
ScaleToGray threshold in percents.
Syntax
'Declaration
 
Public Threshold As Integer
 
'Usage
 
Dim instance As ImGearGrayScaleInterpolationOptions
Dim value As Integer
 
value = instance.Threshold
 
instance.Threshold = value

Field Value

Integer in the range 0-100.
See Also