Click or drag to resize

Device.IccProfile Property

Gets or sets the ICAP_ICCPROFILE capability which determines if the device will link or embed an ICC profile with the image.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public TwainIccProfileOption IccProfile { get; set; }

Property Value

Type: TwainIccProfileOption
A value indicating whether the device will link or embed an ICC profile in the image.
Exceptions
ExceptionCondition
Thrown if the state is less than SourceOpen for getting the value, or is not equal to SourceOpen when setting the value.
See Also