DsPdfJS API - v9.1.0
    Preparing search index...

    Class ActionNamed

    Represents an action that performs some viewer application action such as go to next or previous page, etc.

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    • get id(): number

      Gets the reference to the object.

      Returns number

    • get name(): string | null

      Gets or sets the name of action. The most usefull names: NextPage, PrevPage, FirstPage, LastPage

      Returns string | null

    • set name(value: string | null): void

      Gets or sets the name of action. The most usefull names: NextPage, PrevPage, FirstPage, LastPage

      Parameters

      • value: string | null

      Returns void

    Methods

    • Detaches the object from the ObjectManager and deallocates its memory, if possible.

      Returns void