ThreeDBackground
extends PdfObject
in package
3D background dictionary (/Type /3DBG) — ISO 32000-2 §13.6.5.
Attributes
- #[RequiresPdfVersion]
- \Phpdftk\Pdf\Core\PdfVersion::V1_6
Table of Contents
Constants
- PDF_TYPE = '3DBG'
Properties
- $c : PdfArray|null
- $cs : ColorSpace|PdfName|PdfArray|null
- $ea : bool|null
- $generationNumber : int
- $objectNumber : int
Methods
- toIndirectObject() : string
- Wrap the object in an indirect object structure: X Y obj ... endobj
- toPdf() : string
- Serialize the object's dictionary/value to PDF syntax.
Constants
PDF_TYPE
public
mixed
PDF_TYPE
= '3DBG'
Properties
$c
public
PdfArray|null
$c
= null
$cs
public
ColorSpace|PdfName|PdfArray|null
$cs
= null
$ea
public
bool|null
$ea
= null
$generationNumber
public
int
$generationNumber
= 0
$objectNumber
public
int
$objectNumber
= 0
Methods
toIndirectObject()
Wrap the object in an indirect object structure: X Y obj ... endobj
public
toIndirectObject() : string
Return values
stringtoPdf()
Serialize the object's dictionary/value to PDF syntax.
public
toPdf() : string