|
|
|
|
|
iInfoPrinter (Function) In french: iInfoImprimante Retrieves the characteristics of the current or default printer.
ImprimanteEnCours is string = iInfoPrinter()
ImprimanteDéfaut is string = iInfoPrinter(False)
Info("L'imprimante en cours est : " + ImprimanteEnCours + CR + ...
"L'imprimante par défaut est : " + ImprimanteDéfaut)
Syntax
<Result> = iInfoPrinter([<Current printer> [, <Type of information>]])
<Result>: Character string Requested information. <Current printer>: Optional boolean - True (default) to get information about the current printer,
- False to get information about the default printer.
<Type of information>: Optional integer constant Type of information to retrieve. | | iDeviceName | Name of printer port used | iDriverName | Driver name | iPrinterName (default value) | Name of the printer |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|