Click or drag to resize

TwainIccProfileOption Enumeration

Specifies the type of ICC profile support to use.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum TwainIccProfileOption
Members
  Member nameDescription
TWIC_NONE No ICC support.
TWIC_EMBED The ICC profile will be embedded. ICAP_IMAGEFILEFORMAT must be set to a format that supports embedded profiles.
TWIC_LINK The ICC profile will be linked. ICAP_IMAGEFILEFORMAT must be set to a format that supports linking profiles.
See Also