RouteToPrinter (Standard 8 Module Reference)

7/8/2014

Review the applicable Feature modules and any examples for the RouteToPrinter setting in Windows Embedded 8 Standard (Standard 8).

This setting specifies whether to automatically route incoming faxes to a printer.

Set to true to route them to a printer; otherwise, set to false. The default value is false.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

INF-prnms002

Drivers/Printer/INF-prnms002/FaxUnattend/RouteToPrinter

Fax and Scan

Features/Devices/Printing and Scanning/Fax and Scan/FaxUnattend/RouteToPrinter

XML Example

The following example shows how to automatically route incoming faxes to a printer.

<FaxUnattend>
    <RouteToPrinter>true</RouteToPrinter>
    <RoutePrinterName>C:\Printer</RoutePrinterName>
</FaxUnattend>

See Also

Reference

RoutePrinterName

Concepts

Feature Module Settings