API Reference

Class

PdfFormWidgetAction

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Action metadata and safe JavaScript source read from an AcroForm widget.

Inheritance

  • Object
  • PdfFormWidgetAction

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Properties

public String TriggerName { get; } #

PDF action path rooted at A for the primary activation action or an /AA key such as U, D, Fo, or Bl. Chained actions append .Next and an optional array index.

public String ActionType { get; } #

Action type from the action dictionary /S entry.

public String JavaScript { get; } #

Decoded source for a JavaScript action, or null for another action type or unreadable source.

public String Uri { get; } #

Decoded target for a URI action, or null for another action type or unreadable target.

public Boolean IsPrimary { get; } #

True when this is the widget's primary /A activation action.

public Boolean IsJavaScript { get; } #

True when this action is a JavaScript action.