Table of contents

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
}

Is this page helpful?

YesYes NoNo

In this article: