Click or drag to resize

DeviceGetSupportedIccProfileOptions Method

Returns an array of TwainIccProfileOption values indicating what type of ICC profiles are supported by the device.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public TwainIccProfileOption[] GetSupportedIccProfileOptions()

Return Value

Type: TwainIccProfileOption
An array of supported ICC profile options.
Exceptions
ExceptionCondition
Thrown if the state is less than SourceOpen.
Remarks
If the device supports linking or embedding ICC profiles, this feature can be set using the IccProfile property.
See Also