phpdftk API Documentation

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

Properties

$generationNumber

public int $generationNumber = 0

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
string

toPdf()

Serialize the object's dictionary/value to PDF syntax.

public toPdf() : string
Return values
string

        
On this page

Search results