Movie
extends PdfObject
in package
Movie dictionary — ISO 32000-2 §13.4 (deprecated in PDF 2.0 in favor of RichMedia, but still part of the spec and referenced by MovieAnnotation).
Attributes
- #[DeprecatedPdfFeature]
- $since: '2.0'
- $replacement: 'RichMediaAnnotation'
- $removedIn: '2.0'
- #[RequiresPdfVersion]
- \Phpdftk\Pdf\Core\PdfVersion::V1_2
Table of Contents
Properties
- $aspect : PdfArray|null
- $f : FileSpec|PdfReference
- $generationNumber : int
- $objectNumber : int
- $poster : bool|PdfReference|null
- $rotate : float|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.
Properties
$aspect
public
PdfArray|null
$aspect
= null
$f
public
FileSpec|PdfReference
$f
$generationNumber
public
int
$generationNumber
= 0
$objectNumber
public
int
$objectNumber
= 0
$poster
public
bool|PdfReference|null
$poster
= null
$rotate
public
float|null
$rotate
= null
Methods
__construct()
public
__construct(FileSpec|PdfReference $f) : mixed
Parameters
- $f : FileSpec|PdfReference
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