EnumImageColourMode
Enumeration EnumImageColourMode defines the colour mode of the normalized image.
Definition
Namespace: Dynamsoft.DocumentNormalizer.Maui
Assembly: Dynamsoft.DocumentNormalizer.Maui
public enum EnumImageColourMode
{
ICM_Colour = 0,
ICM_GRAYSCALE = 1,
ICM_BINARY = 2
}