phpdftk API Documentation

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

Properties

$generationNumber

public int $generationNumber = 0

Methods

toIndirectObject()

Wrap the object in an indirect object structure: X Y obj ... endobj

public toIndirectObject() : string
Return values
string

toPdf()

Serialize the object's dictionary/value to PDF syntax.

public abstract toPdf() : string
Return values
string

        
On this page

Search results