API Reference
ReaderActionSummary
Passive action metadata extracted from a source document. This summary never carries executable payloads such as JavaScript bodies.
Inheritance
- Object
- ReaderActionSummary
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
- Property ReaderChunk.Actions
Constructors
public ReaderActionSummary() #Inherited Methods
Properties
public ReaderActionScope Scope { get; set; } #Source-neutral action scope.
public String ActionType { get; set; } #Source-specific action type, for example JavaScript, Launch, Destination, or GoTo.
public String Source { get; set; } #Source container that exposed the action, when available.
public String Name { get; set; } #Name-tree key, catalog slot, or other source action name, when available.
public String TriggerName { get; set; } #Additional-action trigger key, when available.
public String ActionPath { get; set; } #Stable action path including chained actions, when available.
public Nullable<Int32> PageNumber { get; set; } #One-based source page number associated with the action, when known.
public Boolean IsChainedAction { get; set; } #True when the action was found through a chained action path.
public Nullable<Int32> DestinationPageNumber { get; set; } #One-based destination page number for safe navigation actions, when known.
public String DestinationMode { get; set; } #Viewer destination mode for safe navigation actions, when known.
public Nullable<Double> DestinationTop { get; set; } #Destination top coordinate for safe navigation actions, when present.
public Nullable<Double> DestinationLeft { get; set; } #Destination left coordinate for safe navigation actions, when present.
public Nullable<Double> DestinationBottom { get; set; } #Destination bottom coordinate for safe navigation actions, when present.
public Nullable<Double> DestinationRight { get; set; } #Destination right coordinate for safe navigation actions, when present.