class HexaPDF:: DigitalSignature:: Signature:: TransformParams
| Parent | HexaPDF::Dictionary |
|---|
Represents a transform parameters dictionary.
The allowed fields depend on the transform method, so not all fields are available all the time.
See: PDF2.0 s12.8.2.2, s12.8.2.3, s12.8.2.4
Field Definitions
| Name | Type/Allowed Values | Required | Default Value |
|---|---|---|---|
| Type | Symbol | false | :TransformParams |
| P | Integer or TrueClass or FalseClass | false | nil |
| V | Symbol One of: :"1.2", :"2.2" | false | nil |
| Document | HexaPDF::PDFArray or Array | false | nil |
| Msg | String | false | nil |
| Annots | HexaPDF::PDFArray or Array | false | nil |
| Form | HexaPDF::PDFArray or Array | false | nil |
| Signature | HexaPDF::PDFArray or Array | false | nil |
| EF | HexaPDF::PDFArray or Array | false | nil |
| Action | Symbol One of: :All, :Include, :Exclude | false | nil |
| Fields | HexaPDF::PDFArray or Array | false | nil |