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




In This Topic
Scale Field (ImGearReductionOptions)
In This Topic
Specifies ImGearScaleReductionOptions class options for color reduction.
Syntax
'Declaration
 
Public Scale As ImGearScaleReductionOptions
 
'Usage
 
Dim instance As ImGearReductionOptions
Dim value As ImGearScaleReductionOptions
 
value = instance.Scale
 
instance.Scale = value

Field Value

ImGearScaleReductionOptions class object.
See Also