MarkInfo
in package
implements
Serializable
PDF MarkInfo dictionary.
Indicates whether and how the document is structured for accessibility. Assigned to /MarkInfo in the document Catalog.
Example: $markInfo = new MarkInfo(); $markInfo->marked = true; $catalog->markInfo = $markInfo;
Table of Contents
Interfaces
- Serializable
- Contract for anything that can emit raw PDF syntax via `toPdf()`.
Properties
- $marked : bool|null
- $suspects : bool|null
- $userProperties : bool|null
Methods
- toPdf() : string
Properties
$marked
public
bool|null
$marked
= null
$suspects
public
bool|null
$suspects
= null
Attributes
- #[RequiresPdfVersion]
- \Phpdftk\Pdf\Core\PdfVersion::V1_6
$userProperties
public
bool|null
$userProperties
= null
Attributes
- #[RequiresPdfVersion]
- \Phpdftk\Pdf\Core\PdfVersion::V1_6
Methods
toPdf()
public
toPdf() : string