FieldMDPTransformParams
extends TransformParams
in package
FieldMDP transform parameters — ISO 32000-2 §12.8.2.4, Table 255.
Locks specific form fields from further modification after signing. /Action /All — lock every field /Action /Include — lock the fields listed in /Fields /Action /Exclude — lock everything except the fields listed in /Fields
Attributes
- #[RequiresPdfVersion]
- \Phpdftk\Pdf\Core\PdfVersion::V1_3
Table of Contents
Constants
- PDF_TYPE = 'TransformParams'
Properties
- $action : PdfName
- $fields : PdfArray|null
- $generationNumber : int
- $objectNumber : int
- $v : PdfName|null
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.
- baseDictionary() : PdfDictionary
Constants
PDF_TYPE
public
mixed
PDF_TYPE
= 'TransformParams'
Properties
$action
public
PdfName
$action
$fields
public
PdfArray|null
$fields
= null
$generationNumber
public
int
$generationNumber
= 0
$objectNumber
public
int
$objectNumber
= 0
$v
public
PdfName|null
$v
= null
Methods
__construct()
public
__construct([string $action = 'All' ][, PdfArray|null $fields = null ]) : mixed
Parameters
- $action : string = 'All'
- $fields : PdfArray|null = null
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