PdfBoolean
in package
implements
Serializable
Represents a PDF boolean object.
Table of Contents
Interfaces
- Serializable
- Contract for anything that can emit raw PDF syntax via `toPdf()`.
Properties
- $value : bool
Methods
- __construct() : mixed
- toPdf() : string
Properties
$value read-only
public
bool
$value
Methods
__construct()
public
__construct(bool $value) : mixed
Parameters
- $value : bool
toPdf()
public
toPdf() : string