API Reference
Class
PdfPageAction
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.
Returned or exposed by
- Method PdfDocumentInfo.GetPageActions
- Method PdfDocumentInfo.GetPageActionsByActionPath
- Method PdfDocumentInfo.GetPageActionsByActionType
- Method PdfDocumentInfo.GetPageActionsByTriggerName
- Property PdfDocumentInfo.PageActions
- Property PdfDocumentInfo.PageActionsByActionPath
- Property PdfDocumentInfo.PageActionsByActionType
- Property PdfDocumentInfo.PageActionsByPageNumber
- Property PdfDocumentInfo.PageActionsByTriggerName
- Method PdfDocumentReader.PageActions
- Method PdfDocumentReader.PageActions
- Method PdfDocumentReader.PageActionsByActionPath
- Method PdfDocumentReader.PageActionsByActionType
- Method PdfDocumentReader.PageActionsByTriggerName
- Method PdfDocumentReader.TryPageActions
- Method PdfDocumentReader.TryPageActions
- Method PdfDocumentReader.TryPageActionsByActionPath
- Method PdfDocumentReader.TryPageActionsByActionType
- Method PdfDocumentReader.TryPageActionsByTriggerName
- Method PdfLogicalDocument.GetPageActions
- Method PdfLogicalDocument.GetPageActionsByActionPath
- Method PdfLogicalDocument.GetPageActionsByActionType
- Method PdfLogicalDocument.GetPageActionsByTriggerName
- Property PdfLogicalDocument.PageActions
- Property PdfLogicalDocument.PageActionsByActionPath
- Property PdfLogicalDocument.PageActionsByActionType
- Property PdfLogicalDocument.PageActionsByPageNumber
- Property PdfLogicalDocument.PageActionsByTriggerName
- Property PdfLogicalPage.PageActions
- Property PdfPageInfo.PageActions
- Method PdfReadPage.GetPageActions
Inherited Methods
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.