Options
All
  • Public
  • Public/Protected
  • All
Menu

Class XfaApiImpl

XFA layer API host. Used by Javascript actions.

Hierarchy

  • XfaApiImpl

Index

Methods

Methods

messageBox

  • messageBox(cMsg: string | any, nIcon?: undefined | number, nType?: undefined | number, cTitle?: undefined | string, oDoc?: any, oCheckbox?: any): number
  • Alias for alert method. Used by Javascript actions.

    Parameters

    • cMsg: string | any
    • Optional nIcon: undefined | number
    • Optional nType: undefined | number
    • Optional cTitle: undefined | string
    • Optional oDoc: any
    • Optional oCheckbox: any

    Returns number

print

  • print(): void
  • Opens the browser's print document dialog box.

    example
    viewer.print();

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Method