ps_setoverprintmode
PHP Manual
PHP Manual»PS Функції»ps_setoverprintmode

ps_setoverprintmode

(PECL ps >= 1.3.0)

ps_setoverprintmodeSets overprint mode

Опис

function ps_setoverprintmode(resource $psdoc, int $mode): bool

Параметри

psdoc

Resource identifier of the postscript file as returned by ps_new().

mode

Значення, що повертаються

Повертає true у разі успіху або false в разі помилки.

To Top