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

    Class ActionURI

    Represents an action that causes navigation to a specified URI.

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    • get id(): number

      Gets the reference to the object.

      Returns number

    • get isMap(): boolean

      Gets or sets a value indicating whether to track the mouse position when the URI is resolved.

      This property applies only to actions triggered by the user's clicking an annotation; it is ignored for actions associated with OutlineNode or with a PdfDocument#openAction property.

      Returns boolean

    • set isMap(value: boolean): void

      Gets or sets a value indicating whether to track the mouse position when the URI is resolved.

      This property applies only to actions triggered by the user's clicking an annotation; it is ignored for actions associated with OutlineNode or with a PdfDocument#openAction property.

      Parameters

      • value: boolean

      Returns void

    • get uri(): string | null

      Gets or sets the URI to navigate.

      Returns string | null

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

      Gets or sets the URI to navigate.

      Parameters

      • value: string | null

      Returns void

    Methods

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

      Returns void