phpdftk API Documentation

ThreeDNode extends PdfObject
in package

3D node dictionary (/Type /3DNode) — ISO 32000-2 §13.6.4.5.

Overrides the transform / visibility / rendering of a named node inside a 3D stream. Referenced from ThreeDView::$na.

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

Table of Contents

Constants

PDF_TYPE  = '3DNode'

Properties

$generationNumber  : int
$m  : PdfArray|null
$n  : PdfString
$o  : float|null
$objectNumber  : int
$rm  : PdfDictionary|null
$v  : bool|null

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