Requirement
extends PdfObject
in package
Requirement dictionary — ISO 32000-2 §12.10, Table 253.
Declares processor capabilities that a conforming reader must support
to fully render the document. Referenced from Catalog::$requirements.
Attributes
- #[RequiresPdfVersion]
- \Phpdftk\Pdf\Core\PdfVersion::V1_7
Table of Contents
Constants
- PDF_TYPE = 'Requirement'
Properties
- $generationNumber : int
- $objectNumber : int
- $rh : PdfArray|null
- $s : PdfName
Methods
- __construct() : mixed
- toIndirectObject() : string
- Wrap the object in an indirect object structure: X Y obj ... endobj
- toPdf() : string
- Serialize the object's dictionary/value to PDF syntax.
Constants
PDF_TYPE
public
mixed
PDF_TYPE
= 'Requirement'
Properties
$generationNumber
public
int
$generationNumber
= 0
$objectNumber
public
int
$objectNumber
= 0
$rh
public
PdfArray|null
$rh
= null
$s
public
PdfName
$s
Methods
__construct()
public
__construct(string $subtype) : mixed
Parameters
- $subtype : string
toIndirectObject()
Wrap the object in an indirect object structure: X Y obj ... endobj
public
toIndirectObject() : string
Return values
stringtoPdf()
Serialize the object's dictionary/value to PDF syntax.
public
toPdf() : string