Action configuration options

interface Options {
    actionType?: FPD_ActionType;
    dict?: PDFDictionaryType;
    doc?: DocType;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

actionType?: FPD_ActionType

Type of action from Enum.FPD_ActionType enum

Instance of PDF Dictionary

doc?: DocType

Instance of pdfDocument