Click or drag to resize

CONTINENT Enumeration

Continent ID.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
[FlagsAttribute]
public enum CONTINENT
Members
  Member nameValueDescription
C_EUROPE1 Europe
C_ASIA2 Asia
C_AFRICA4 Africa
C_OCEANIA8 Australia and Oceania
C_LAMERICA16 Latin America
C_NAMERICA32 North America
C_INTERNATIONAL64 Artificial languages and Latin
C_EURASIA3 Europe and Asia
C_EURNAM33 Europe and North America
C_EURLAM17 Europe and Latin America
C_EURNAMOCE41 Europe, North America, Australia and Oceania
C_WORLD127 The whole world
Remarks
This enum can be used for identifying the geographical location, where a given language is spoken.
See Also