phpdftk API Documentation

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

Properties

$generationNumber

public int $generationNumber = 0

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