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
Methods
- toPdf() : string
Properties
$i
public
PdfNumber|null
$i
= null
$s
public
PdfName|null
$s
= null
Methods
toPdf()
public
toPdf() : string