UNPKG

@mescius/dspdfviewer

Version:
17 lines (16 loc) 561 B
import GcPdfViewer from ".."; /** * XFA layer form. Used by Javascript actions. **/ export declare class XfaForm { viewer: GcPdfViewer; constructor(viewer: GcPdfViewer); /** * Forces a specific set of scripts located on calculate events to execute. The specific events can be either pending calculate events or all calculate events. **/ recalculate: (arg: any) => {}; /** * Executes any scripts on the initialize event of the specified object, and any child objects. **/ execInitialize: () => {}; }