phpdftk API Documentation

ThreeDRenderMode extends PdfObject
in package

3D render mode dictionary (/Type /3DRenderMode) — ISO 32000-2 §13.6.6.

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

Table of Contents

Constants

PDF_TYPE  = '3DRenderMode'

Properties

$ac  : PdfArray|null
$cv  : bool|null
$fc  : PdfArray|null
$generationNumber  : int
$objectNumber  : int
$op  : float|null
$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) : mixed
Parameters
$subtype : 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