phpdftk API Documentation

BorderEffect
in package
implements Serializable

PDF Border Effect dictionary (/BE).

Describes a visual effect to apply to the border of an annotation (FreeText, Square, Circle, Polygon, PolyLine).

Style (/S) values: S - No effect (default) C - Cloudy border

Example: $be = new BorderEffect(); $be->s = new PdfName('C'); $be->i = new PdfNumber(2.0); $annotation->be = $be;

Attributes
#[RequiresPdfVersion]
\Phpdftk\Pdf\Core\PdfVersion::V1_5

Table of Contents

Interfaces

Serializable
Contract for anything that can emit raw PDF syntax via `toPdf()`.

Properties

$i  : PdfNumber|null
$s  : PdfName|null

Methods

toPdf()  : string

Properties

Methods


        
On this page

Search results