phpdftk API Documentation

ThreeDView extends PdfObject
in package

3D view dictionary (/Type /3DView) — ISO 32000-2 §13.6.4.

Describes a named camera view of a 3D model.

Attributes
#[RequiresPdfVersion]
\Phpdftk\Pdf\Core\PdfVersion::V1_6

Table of Contents

Constants

PDF_TYPE  = '3DView'

Properties

$bg  : ThreeDBackground|PdfReference|null
$c2w  : PdfArray|null
$co  : float|null
$generationNumber  : int
$in  : PdfString|null
$ls  : ThreeDLightingScheme|PdfReference|null
$ms  : PdfName|null
$na  : PdfArray|null
$nr  : bool|null
$o  : PdfArray|null
$objectNumber  : int
$p  : PdfDictionary|null
$rm  : ThreeDRenderMode|PdfReference|null
$sa  : PdfArray|null
$xn  : PdfString

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 $externalName) : mixed
Parameters
$externalName : string

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