Serializable
in
Contract for anything that can emit raw PDF syntax via `toPdf()`.
Inline dictionaries (e.g., BorderStyle, TransitionDict) implement this directly — they serialize inside their parent and never get an object number. Top-level objects extend PdfObject instead, which adds indirect-object wrapping and registration with ObjectRegistry.
Table of Contents
Methods
- toPdf() : string
Methods
toPdf()
public
toPdf() : string