Skip to main content
Represents the station workspace. The object is available in scripts with the keyword this.

Methods

Properties

Script environment information

The value of ScriptEnvInfo depends on what triggered the script. For a script triggered automatically before or after export, the value is <exportType> <taskID>. taskID is the export task identifier, and exportType is one of the following:
  • Folder
  • FTP
  • FC
  • RS
  • Script
For a script triggered automatically before or after a page transformation, the value is one of the following:
  • Rotate <angle>
  • FlipHorizontal
  • FlipVertical
  • Invert
  • ConvertToBW
  • Deskew
  • Despeckle
  • Erase <rectLeft> <rectTop> <rectRight> <rectBottom>
  • Crop <rectLeft> <rectTop> <rectRight> <rectBottom>
  • SplitHorizontal <pos>
  • SplitVertical <pos>
  • ChangeResolution <newRes>
  • Scale <ratio>
  • FreeScale <newWidth>, <newHeight>, <newRes>