ZoomView.iscommand

Last update: 2022-01-27
  • Created for:
  • Developer
    User

[ZoomView.|<containerId>_zoomView.]iscommand= *isCommand*

iscommand

The Image Serving command string that is applied to zoom image. If specified in the URL all occurrences of & and = must be HTTP-encoded as %26 and %3D, respectively.

Note: Image sizing manipulation commands are not supported.

Properties

Optional.

Default

None.

Example

When specified in the viewer URL:

iscommand=op_sharpen%3d1%26op_colorize%3d0xff0000

When specified in the config data:

iscommand=op_sharpen=1&op_colorize=0xff0000

On this page