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 PdfDocumentReadResult.GetPageActions
- Method PdfDocumentReadResult.GetPageActionsByActionPath
- Method PdfDocumentReadResult.GetPageActionsByActionType
- Method PdfDocumentReadResult.GetPageActionsByTriggerName
- Property PdfDocumentReadResult.PageActions
- Property PdfDocumentReadResult.PageActionsByActionPath
- Property PdfDocumentReadResult.PageActionsByActionType
- Property PdfDocumentReadResult.PageActionsByPageNumber
- Property PdfDocumentReadResult.PageActionsByTriggerName
- Property PdfLogicalPage.PageActions
- Property PdfPageInfo.PageActions
- Method PdfReadPage.GetPageActions
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.
public String Uri { get; } #URI target when this is a URI action.