MediaScreenParams
extends PdfObject
in package
Media screen parameters (/Type /MediaScreenParams) — ISO 32000-2 §13.2.5.
Describes where the media plays (window geometry, monitor, background).
Attributes
- #[RequiresPdfVersion]
- \Phpdftk\Pdf\Core\PdfVersion::V1_5
Table of Contents
Constants
- PDF_TYPE = 'MediaScreenParams'
Properties
- $be : PdfDictionary|null
- $generationNumber : int
- $mh : PdfDictionary|null
- $objectNumber : int
Methods
- 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
= 'MediaScreenParams'
Properties
$be
public
PdfDictionary|null
$be
= null
$generationNumber
public
int
$generationNumber
= 0
$mh
public
PdfDictionary|null
$mh
= null
$objectNumber
public
int
$objectNumber
= 0
Methods
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