Click or drag to resize

SautinSoft.Pdf.Actions Namespace

Contains classes, structures, and enumerations that implement PDF actions as specified in PDF Specification ISO 32000-1:2008 (section '12.6: Actions'). The base class for all PDF actions is PdfAction, which can be accessed through members of the Pdf ActionCollection class.
Classes
 ClassDescription
Public classPdfAction Represents a base class for the actions.
Public classPdfActionCollection

Represents a collection of PdfActions.

Note  Note
This collection is implemented as singly linked list and therefore methods that use random access (index) are an O(n) operations, where n is Count.
Public classPdfGoToPageViewAction A go-to action changes the view to a specified destination (page, location, and magnification factor).
Public classPdfOpenFileAction A PdfOpenFileAction launches an application or opens or prints a document.
Public classPdfOpenWebLinkAction

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.

Public classPdfRunJavaScriptAction Upon invocation of a JavaScript action, a conforming processor shall execute a script that is written in the JavaScript programming language.
Enumerations
 EnumerationDescription
Public enumerationPdfActionType Represents types of the PdfActions.