phpdftk API Documentation

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

Methods


        
On this page

Search results