* Get the underlying AcroForm for low-level operations. * * Use this when you need direct access to the form dictionary or * AcroForm-specific features not exposed by PDFForm. * * @example * ```typescript * const acroForm = form.acroForm(); * console.log(acroForm.defaultAppea
()
| 1368 | * ``` |
| 1369 | */ |
| 1370 | acroForm(): AcroForm { |
| 1371 | return this._acroForm; |
| 1372 | } |
| 1373 | |
| 1374 | // ───────────────────────────────────────────────────────────────────────────── |
| 1375 | // Internal |
no outgoing calls