BuildJSONPrintSpec method (WinStudio scripts)

Applies to

Document (file) operations

Description

This string is used to create print specification that is sent for printing.

Syntax

BuildJSONPrintSpec( string fileToBePrinted, string printerId, int printCount = 1);

where:

  • fileToBePrinted is the name of file to be printed.
  • printerId is the unique identifier of the printer.
  • printCount is the number of print jobs.