UR3TransformParams
extends TransformParams
in package
UR3 (usage rights) transform parameters — ISO 32000-2 §12.8.2.3, Table 256.
Enables specific reader features (form filling, commenting, etc.) via per-right name arrays.
Attributes
- #[RequiresPdfVersion]
- \Phpdftk\Pdf\Core\PdfVersion::V2_0
Table of Contents
Constants
- PDF_TYPE = 'TransformParams'
Properties
- $annots : PdfArray|null
- $document : PdfArray|null
- $ef : PdfArray|null
- $form : PdfArray|null
- $generationNumber : int
- $msg : PdfString|null
- $objectNumber : int
- $p : PdfString|null
- $signature : PdfArray|null
- $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
$annots
public
PdfArray|null
$annots
= null
$document
public
PdfArray|null
$document
= null
$ef
public
PdfArray|null
$ef
= null
$form
public
PdfArray|null
$form
= null
$generationNumber
public
int
$generationNumber
= 0
$msg
public
PdfString|null
$msg
= null
$objectNumber
public
int
$objectNumber
= 0
$p
public
PdfString|null
$p
= null
$signature
public
PdfArray|null
$signature
= null
$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