IdentityTransformParams
extends TransformParams
in package
Identity transform parameters — ISO 32000-2 §12.8.2.
The Identity transform covers every byte of the document so that any change invalidates the signature. It carries only the optional /V version entry; there are no other fields.
Attributes
- #[RequiresPdfVersion]
- \Phpdftk\Pdf\Core\PdfVersion::V1_6
Table of Contents
Constants
- PDF_TYPE = 'TransformParams'
Properties
- $generationNumber : int
- $objectNumber : int
- $v : PdfName|null
Methods
- 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.
- baseDictionary() : PdfDictionary
Constants
PDF_TYPE
public
mixed
PDF_TYPE
= 'TransformParams'
Properties
$generationNumber
public
int
$generationNumber
= 0
$objectNumber
public
int
$objectNumber
= 0
$v
public
PdfName|null
$v
= null
Methods
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
Return values
stringbaseDictionary()
protected
baseDictionary() : PdfDictionary