2.2.4.54 wscn:ExposureSettingsType

The wscn:ExposureSettingsType type contains settings that control image processing techniques to reduce the background of the scan document to a white image.

 <xs:complexType name="ExposureSettingsType">
    <xs:sequence>
       <xs:element name="Contrast" type="wscn:Adjustment1000Type" minOccurs="0"/>
       <xs:element name="Brightness" type="wscn:Adjustment1000Type" minOccurs="0"/>
       <xs:element name="Sharpness" type="wscn:Adjustment100Type" minOccurs="0"/>
       <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
 </xs:complexType>

wscn:Contrast: Indicates the relative amount to enhance or reduce the contrast of the scanned image.

wscn:Brightness: Indicates the relative amount to enhance or reduce the brightness of the scanned image.

wscn:Sharpness: Indicates the relative amount to enhance or reduce the sharpness of the scanned image.