Click or drag to resize

STSTYPES Enumeration

See STSTYPES.

Namespace:  Kofax.OmniPageCSDK.ArgTypes
Assembly:  Kofax.OmniPageCSDK.ArgTypes (in Kofax.OmniPageCSDK.ArgTypes.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax
public enum STSTYPES
Members
  Member nameValueDescription
STS_UNDEFINED0 See STS_UNDEFINED.
STS_ENUM1 See STS_ENUM.
STS_INT2 See STS_INT.
STS_DOUBLE3 See STS_DOUBLE.
STS_BOOL4 See STS_BOOL.
STS_STRING5 See STS_STRING.
STS_USTRING6 See STS_USTRING.
STS_ARRAY_INT7 See STS_ARRAY_INT.
STS_ARRAY_DOUBLE8 See STS_ARRAY_DOUBLE.
STS_ARRAY_ENUM9 See STS_ARRAY_ENUM.
STS_ARRAY_BOOL10 See STS_ARRAY_BOOL.
STS_SET11 See STS_SET.
STS_REF12 See STS_REF.
See Also