phpdftk API Documentation

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

$generationNumber

public int $generationNumber = 0

$rotate

public float|null $rotate = null

Methods

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