API Reference

Class

PdfCatalogAction

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

A catalog-level active action discovered from a supported PDF catalog action slot.

Inheritance

  • Object
  • PdfCatalogAction

Usage

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

Properties

public String Name { get; } #

Name-tree key or catalog action slot associated with the action.

public String ActionType { get; } #

PDF action type, for example JavaScript.

public String Source { get; } #

Catalog source that contained the action, for example Names/JavaScript, OpenAction, or AA.

public String TriggerName { get; } #

Catalog additional-action trigger name when the action came from /AA.

public String ActionPath { get; } #

Stable catalog action path including chained /Next actions, when available.

public Boolean IsChainedAction { get; } #

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