[GENERAL] // PAGERESOLUTION // (Applies only to the SmartSource Adaptive.) // The following values can be selected: // 0 = Pages have the same compressed image resolution // as checks (default) // 200 = Pages have a compressed image resolution of 200 DPI // 240 = Pages have a compressed image resolution of 240 DPI // 300 = Pages have a compressed image resolution of 300 DPI // // See the PageImageMinHeight, PageImageMinWidth, // and PageImageBothDimensions entries to define a page. PAGERESOLUTION=0 // PAGEIMAGEORIENTATION // (Applies only to the SmartSource Adaptive.) // Defines the orientation of the compressed images for pages. // The following values can be selected: // 0 = Landscape (default) // 1 = Portrait // // See the PageImageMinHeight, PageImageMinWidth, // and PageImageBothDimensions entries to define a page. // // Note: Pages must be fed with the top as the leading // edge when Portrait is enabled. PAGEIMAGEORIENTATION=0 // PAGEIMAGEMINHEIGHT // (Applies only to the SmartSource Adaptive.) // Defines the minimum framed image height of a page // (leading edge to trailing edge) in units of 0.1 inches // (default = 95). // // This entry is used along with PAGEIMAGEMINWIDTH and // PAGEIMAGEBOTHDIMENSIONS to define what documents are // considered 'page' documents. PAGEIMAGEMINHEIGHT=95 // PAGEIMAGEMINWIDTH // (Applies only to the SmartSource Adaptive.) // Defines the minimum framed image width of a page // (bottom-of-track edge to top-of-track edge) in units // of 0.1 inches(default = 50). // // This entry is used along with PAGEIMAGEMINHEIGHT and // PAGEIMAGEBOTHDIMENSIONS to define what documents are // considered 'page' documents. PAGEIMAGEMINWIDTH=50 // PAGEIMAGEBOTHDIMENSIONS // (Applies only to the SmartSource Adaptive.) // This entry is used along with PAGEIMAGEMINHEIGHT and // PAGEIMAGEMINWIDTH to define what documents are // considered 'page' documents. // // The following values can be selected: // 0 = The document is a 'page' document if an associated // dimension exceeds either the PAGEIMAGEMINHEIGHT // -OR- // the PAGEIMAGEMINWIDTH. (Default) // 1 = The document is a 'page' document if an associated // dimension exceeds both the PAGEIMAGEMINHEIGHT // -AND- // the PAGEIMAGEMINWIDTH. PAGEIMAGEBOTHDIMENSIONS=0 |