操作配置选项

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

Indexable

  • [key: string]: any

Properties

actionType?: any

来自 Enum.FPD_ActionType 枚举的操作类型

PDF 字典实例

doc?: DocType

pdfDocument 实例