Options
All
  • Public
  • Public/Protected
  • All
Menu

This class is pdf Annot object.

Hierarchy

Index

Methods

destroy

  • destroy(): Promise<boolean>
  • Delete the annot of the page

    see

    Annot

    Returns Promise<boolean>

    bool is true of false

getAnnot

getProps

  • Export the current annotation to a Json object.

    see

    Annot

    Returns Promise<AnnotOptions>

    • A json object of annotation's property. The key and value formats try to follow XFDF specifications

setProps

  • Set the properties of annot

    see

    Annot

    Parameters

    Returns Promise<void>

    underfined