TCPDF::startLayer( $name = '', $print = true, $view = true, $lock = true )
Start a new pdf layer.
Description Description
Parameters Parameters
- $name
-
(Optional) (string) Layer name (only a-z letters and numbers). Leave empty for automatic name.
Default value: ''
-
(Optional) (boolean|null) Set to TRUE to print this layer, FALSE to not print and NULL to not set this option
Default value: true
- $view
-
(Optional) (boolean) Set to true to view this layer.
Default value: true
- $lock
-
(Optional) (boolean) If true lock the layer
Default value: true
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
5.9.102 | Introduced. |