UNPKG

pdfjs-dist

Version:

Generic build of Mozilla's PDF.js library.

13 lines (12 loc) 323 B
export class XfaLayer { static setAttributes(html: any, attrs: any): void; static render(parameters: any): void; /** * Update the xfa layer. * * @public * @param {XfaLayerParameters} parameters * @memberof XfaLayer */ public static update(parameters: any): void; }