MediaClip
extends PdfObject
in package
AbstractYes
Media clip object (/Type /MediaClip) — ISO 32000-2 §13.2.4.
Abstract base for MediaClipData (MCD) and MediaClipSection (MCS).
Attributes
- #[RequiresPdfVersion]
- \Phpdftk\Pdf\Core\PdfVersion::V1_5
Table of Contents
Constants
- PDF_TYPE = 'MediaClip'
Properties
- $generationNumber : int
- $n : PdfString|null
- $objectNumber : int
Methods
- getMediaClipSubtype() : string
- Returns the /S (subtype) value: "MCD" or "MCS".
- 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.
- baseDictionary() : PdfDictionary
Constants
PDF_TYPE
public
mixed
PDF_TYPE
= 'MediaClip'
Properties
$generationNumber
public
int
$generationNumber
= 0
$n
public
PdfString|null
$n
= null
$objectNumber
public
int
$objectNumber
= 0
Methods
getMediaClipSubtype()
Returns the /S (subtype) value: "MCD" or "MCS".
public
abstract getMediaClipSubtype() : string
Return values
stringtoIndirectObject()
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
abstract toPdf() : string
Return values
stringbaseDictionary()
protected
baseDictionary() : PdfDictionary