GemBox.Pdf.Actions Namespace
Contains classes, structures, and enumerations that implement PDF actions (PDF 1.1) as specified in the PDF Specification ISO 32000-1:2008, section '12.6 Actions'. The base class of all PDF actions is PdfAction which can be accessed via PdfActionCollection class members.
PdfActionCollection can be accessed via the Actions property of a PdfOutline, Actions, and PdfField, as well as the MouseEnter, MouseExit, MouseDown, OnFocus, and OnBlur properties of PdfFieldActionCollection.
Classes
PdfAction | Represents a base class for the actions. |
PdfActionCollection | Represents a collection of PdfActions. noteThis collection is implemented as singly linked list and therefore methods that use random access (index) are an O(n) operations, where n is Count. |
PdfGoToPageViewAction | A go-to action changes the view to a specified destination (page, location, and magnification factor). |
PdfOpenFileAction | A PdfOpenFileAction launches an application or opens or prints a document. |
PdfOpenWebLinkAction | A uniform resource identifier (URI) is a string that identifies (resolves to) a resource on the Internet—typically a file that is the destination of a hypertext link, although it may also resolve to a query or other entity. URIs are described in Internet RFC 2396, Uniform Resource Identifiers (URI): Generic Syntax. A PdfOpenWebLinkAction causes a URI to be resolved. |
PdfRunJavaScriptAction | Upon invocation of a JavaScript action, a conforming processor shall execute a script that is written in the JavaScript programming language. |
Structs
PdfActionCollection.Enumerator | Enumerates the elements of a PdfActionCollection. |
Enums
PdfActionType | Represents types of the PdfActions. |