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




In This Topic
Mode Field (ImGearHalftoneReductionOptions)
In This Topic
Mode to use for halftone reduction.
Syntax
'Declaration
 
Public Mode As ImGearHalftoneReductionModes
 
'Usage
 
Dim instance As ImGearHalftoneReductionOptions
Dim value As ImGearHalftoneReductionModes
 
value = instance.Mode
 
instance.Mode = value

Field Value

Value from ImGearHalftoneReductionModes enumeration
Remarks
This option lets you specify a mode to use for halftone reduction. Possible modes are listed in the ImGearHalftoneReductionModes enumeration. Currently the only available mode is SQUARES.
See Also