DeviceIccProfile 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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic TwainIccProfileOption IccProfile { get; set; }Public Property IccProfile As TwainIccProfileOption
Get
Set
Property Value
Type:
TwainIccProfileOption A value indicating whether the device will link or embed an ICC profile in the image.
Exceptions| Exception | Condition |
|---|
| Thrown if the state is less than SourceOpen for getting the value, or is not equal to SourceOpen when
setting the value. |
See Also