HP Embedded Capture Device License 1-100 E-LTU Manual de usuario Pagina 24

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 109
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 23
Table 1-3 Scan macros (continued)
Scan.ScanBasicOptions.DuplexFormat DuplexFormat Duplex format configuration, e.g. Flip.
Scan.ScanBasicOptions.FileType FileType File type configuration, e.g. Jpeg.
Scan.ScanBasicOptions.MediaSize MediaSize Media size configuration, e.g. A4.
Scan.ScanBasicOptions.Resolution Resolution Scan Resolution, e.g. Res150x150
Scan.ScanBasicOptions.MediaOrientation MediaOrientation Media orientation, e.g. Landscape.
Process
Any of the macros described below can be used:
1. With the suffix ““_Last”, “_This”, or “_Back(1)”e.g %_Process.Name_Last_%. In this case we get the
value of the property corresponding to the last process executed.
2. With the suffix “_Back(N)”, e.g. Process.Name_Back(3). In this case we get the value of the property
corresponding to the N
th
last process executed.
3. With the suffix “_[ID]”, e.g Process.Name_IDMyProcessNode. In this case we get the value of the
property corresponding to last process with the specified ID.
4. As is, e.g. Process.Name. In this case:
If used within a loop on process nodes, the macro returns the property of the corresponding
process node.
If used anywhere else, the macro returns value of the property corresponding to the last process
executed, similar to case (i).
Table
1-4 Process macros
Macro Type Description
Process.Name string Name of the process.
Process.Timestamp DateTime The moment the process was executed.
Process.Timestamp.yyyymmdd-HHmmsss DateTime The moment the process was executed, formatted
according to the custom .NET date and time format
string provided. Any valid .NET date and time format
string can be used.
Process.Result string Result of the process. Possible values:
CANCELED, SUCCESS, ERROR
Process.ResultMessage string Message of the process if error.
Process.Filenames List<string> List of names of the files handled by the process.
Process.FileCount int Number of files handled by the process.
Process.Files.Sent int Number of files sent by the process.
User interface
User interface macros contain information associated with the interface.
14 Chapter 1 Introduction
Vista de pagina 23
1 2 ... 19 20 21 22 23 24 25 26 27 28 29 ... 108 109

Comentarios a estos manuales

Sin comentarios