ThreeDLightingScheme
extends PdfObject
in package
3D lighting scheme dictionary (/Type /3DLightingScheme) — ISO 32000-2 §13.6.7.
Subtype is one of the preset schemes: Artwork, None, White, Day, Night, Hard, Primary, Blue, Red, Cube, CAD, Headlamp.
Attributes
- #[RequiresPdfVersion]
- \Phpdftk\Pdf\Core\PdfVersion::V1_6
Table of Contents
Constants
- PDF_TYPE = '3DLightingScheme'
Properties
- $generationNumber : int
- $objectNumber : int
- $subtype : PdfName
Methods
- __construct() : mixed
- 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
= '3DLightingScheme'
Properties
$generationNumber
public
int
$generationNumber
= 0
$objectNumber
public
int
$objectNumber
= 0
$subtype
public
PdfName
$subtype
Methods
__construct()
public
__construct([string $subtype = 'Artwork' ]) : mixed
Parameters
- $subtype : string = 'Artwork'
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