<PrinterFilter>
Section:
Options
Required:
No
Value type:
None
Default:
Empty
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
The <PrinterFilter> tag allows you to restrict the list of available printers. This tag includes a list of regular expressions for acceptable and unacceptable printer names.
Example
The following example describes a filter that allows all (network) printers whose name starts with \\MySite but excludes those starting with \\MySite\ExpensivePrinter
<PrinterFilter>
<Accept>\\MySite\.*</Accept>
<Deny>\\MySite\ExpensivePrinter.*<\Deny>
</PrinterFilter>
Was this helpful?