API Reference

Class

PdfPageAction

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Metadata for an action attached to a page dictionary through the page /AA additional-actions entry.

Inheritance

  • Object
  • PdfPageAction

Usage

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

Properties

public Nullable<Int32> PageNumber { get; } #

One-based source page number when the page context is known.

public String TriggerName { get; } #

Additional-action trigger key from the page /AA dictionary, for example O or C.

public String ActionType { get; } #

PDF action type name from the action dictionary /S entry.

public String ActionPath { get; } #

Stable page-action path including chained /Next actions, for example O, O.Next, or O.Next.0.

public Boolean IsChainedAction { get; } #

True when this action was discovered through a chained /Next action.