PageView.iscommand

[PageView.|<containerId>_pageView.]iscommand= *isCommand*

isCommand

The Image Serving command string that is applied to page 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