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 PdfDocumentReader.CatalogActions
- Method PdfDocumentReader.CatalogActionsByActionType
- Method PdfDocumentReader.CatalogActionsBySource
- Method PdfDocumentReader.TryCatalogActions
- Method PdfDocumentReader.TryCatalogActionsByActionType
- Method PdfDocumentReader.TryCatalogActionsBySource
- Method PdfLogicalDocument.GetCatalogActionsByActionType
- Method PdfLogicalDocument.GetCatalogActionsBySource
- Property PdfLogicalDocument.CatalogActions
- Property PdfLogicalDocument.CatalogActionsByActionType
- Property PdfLogicalDocument.CatalogActionsBySource
- Property PdfReadDocument.CatalogActions
Inherited Methods
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.