2.2.4.70 wscn:ScanRegionType

The wscn:ScanRegionType type specifies the area within the input document boundaries to scan. All ScanRegion values are in 0.001-inch increments.

 <xs:complexType name="ScanRegionType">
    <xs:sequence>
       <xs:element name="ScanRegionXOffset" type="wscn:OffsetExtType" minOccurs="0"/>
       <xs:element name="ScanRegionYOffset" type="wscn:OffsetExtType" minOccurs="0"/>
       <xs:element name="ScanRegionWidth" type="wscn:DimensionExtType"/>
       <xs:element name="ScanRegionHeight" type="wscn:DimensionExtType"/>
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
 </xs:complexType>

wscn:ScanRegionXOffset: The distance from the fast scan lead edge to begin the scanning for this document.

wscn:ScanRegionYOffset: The distance from the slow scan lead edge to begin the scanning for this document.

wscn:ScanRegionWidth: The distance from the fast scan lead edge plus the ScanRegionXOffset to end the scanning for this document.

wscn:ScanRegionHeight: The distance from the slow scan lead edge plus the ScanRegionYOffset to end the scanning for this document.