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
PDF_TYPE
public
mixed
PDF_TYPE
= '3DRenderMode'
Properties
$ac
public
PdfArray|null
$ac
= null
$cv
public
bool|null
$cv
= null
$fc
public
PdfArray|null
$fc
= null
$generationNumber
public
int
$generationNumber
= 0
$objectNumber
public
int
$objectNumber
= 0
$op
public
float|null
$op
= null
$subtype
public
PdfName
$subtype
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
stringtoPdf()
Serialize the object's dictionary/value to PDF syntax.
public
toPdf() : string