AppearanceDict
in package
implements
Serializable
PDF Appearance dictionary (ISO 32000-2 Table 170).
Defines the visual appearance of an annotation in various states. Assigned to the /AP entry of annotation dictionaries.
Example: $ap = new AppearanceDict(); $ap->n = new PdfReference($normalAppearance->objectNumber); $annotation->ap = $ap;
Attributes
- #[RequiresPdfVersion]
- \Phpdftk\Pdf\Core\PdfVersion::V1_2
Table of Contents
Interfaces
- Serializable
- Contract for anything that can emit raw PDF syntax via `toPdf()`.
Properties
- $d : PdfReference|PdfDictionary|null
- $n : PdfReference|PdfDictionary|null
- $r : PdfReference|PdfDictionary|null
Methods
- toPdf() : string
Properties
$d
public
PdfReference|PdfDictionary|null
$d
= null
$n
public
PdfReference|PdfDictionary|null
$n
= null
$r
public
PdfReference|PdfDictionary|null
$r
= null
Methods
toPdf()
public
toPdf() : string