TCPDF::setOverprint( $stroking = true,  $nonstroking = '',  $mode )

Set overprint mode for stroking (OP) and non-stroking (op) painting operations.


Description Description

(Check the "Entries in a Graphics State Parameter Dictionary" on PDF 32000-1:2008).


Parameters Parameters

$stroking

(Optional) (boolean) If true apply overprint for stroking operations.

Default value: true

$nonstroking

(Optional) (boolean) If true apply overprint for painting operations other than stroking.

Default value: ''

$mode

(Required) (integer) Overprint mode: (0 = each source colour component value replaces the value previously painted for the corresponding device colorant; 1 = a tint value of 0.0 for a source colour component shall leave the corresponding component of the previously painted colour unchanged).


Top ↑

Source Source

File: includes/lib/tcpdf/tcpdf.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
5.9.152 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.