PdfNumber
in package
implements
Serializable
Represents a PDF numeric object (integer or real number).
Table of Contents
Interfaces
- Serializable
- Contract for anything that can emit raw PDF syntax via `toPdf()`.
Properties
- $value : int|float
Methods
- __construct() : mixed
- toPdf() : string
Properties
$value read-only
public
int|float
$value
Methods
__construct()
public
__construct(int|float $value) : mixed
Parameters
- $value : int|float
toPdf()
public
toPdf() : string