TransformParams
extends PdfObject
in package
AbstractYes
Abstract base for signature transform parameter dictionaries — ISO 32000-2 §12.8.2.
Subclasses: DocMDPTransformParams, FieldMDPTransformParams, UR3TransformParams. Identity transform has no params.
Table of Contents
Constants
- PDF_TYPE = 'TransformParams'
Properties
- $generationNumber : int
- $objectNumber : int
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
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
abstract toPdf() : string
Return values
stringbaseDictionary()
protected
baseDictionary() : PdfDictionary