API Reference
Class
PdfCatalogAction
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.
Returned or exposed by
- Method PdfDocumentInfo.GetCatalogActionsByActionType
- Method PdfDocumentInfo.GetCatalogActionsBySource
- Property PdfDocumentInfo.CatalogActions
- Property PdfDocumentInfo.CatalogActionsByActionType
- Property PdfDocumentInfo.CatalogActionsBySource
- Method PdfDocumentReadResult.GetCatalogActionsByActionType
- Method PdfDocumentReadResult.GetCatalogActionsBySource
- Property PdfDocumentReadResult.CatalogActions
- Property PdfDocumentReadResult.CatalogActionsByActionType
- Property PdfDocumentReadResult.CatalogActionsBySource
- Property PdfReadDocument.CatalogActions
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.
public String Uri { get; } #URI target when this is a URI action.