Field
Overview
Field is a interface in Aspose.PDF FOSS for TypeScript.
One field: its PDF key plus a decode/encode pair.
Properties: dec, enc, key.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
key | : string | Read | Gets the key. |
dec | : (doc: Document, o: PdfObject) => unknown | Read | Gets the dec. |
enc | : (v: any) => PdfObject | Read | Gets the enc. |