phpdftk API Documentation

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

Methods

toPdf()

public toPdf() : string
Return values
string

        
On this page

Search results