[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Actions

Namespace GrapeCity.Documents.Pdf.Actions

Classes

ActionBase

Base class for PDF actions which can be performed when user clicks links, document outlines etc.

ActionFieldsBase

Base class for ActionSubmitForm and ActionResetForm, which operates over set of specified fields.

ActionGoTo

Defines a go-to action changes the view to a specified destination (page, location, and magnification factor), defined by the DestinationBase object.

ActionGoToR

Defines a remote go-to action is similar to an ordinary go-to action ActionGoTo but jumps to a destination in another PDF file instead of the current file.

ActionHide

Represents a hide action, hides or shows one or more WidgetAnnotations on screen by setting or clearing their Hidden flag.

ActionHide.LinkedObjectCollection

Represents a collection of objects supporting the ActionHide.ILinkedObject interface:

  • IPdfString
  • WidgetAnnotation
  • Field
ActionImportData

Defines an action imports Forms Data Format (FDF) data into the document’s interactive form from a specified file.

ActionJavaScript

Defines an action causes a script to be compiled and executed by the JavaScript interpreter.

ActionLaunch

Defines a launch action launches an application or opens or prints a document.

ActionLaunch.WinAttrs

Defines windows-specific launch parameters.

ActionNamed

Defines an action performs some viewer application action: Go to next / previous page, etc.

ActionResetForm

Defines an action resets selected interactive form fields to their default values; If no default value is defined for a field, its value is cleared. For fields that can have no value (such as PushButtonField), the action has no effect.

ActionSubmitForm

Defines an action that transmits the names and values of selected interactive form fields to a specified uniform resource locator (URL), presumably the address of a Web server that will process them and send back a response.

ActionUnknown

Defines an unknown action.

ActionURI

Defines an URI action causes navigation to specified URI.

Interfaces

ActionFieldsBase.IFieldDef

The common interface for objects which can be added to the Fields.

ActionHide.ILinkedObject

The common interface for objects which can be added to the LinkedObjects.

Enums

ActionLaunch.WinAttrs.OperationType

Defines possible operations for windows platform.

ActionSubmitForm.FDFFormatFlags

Defines possible values of FDFFormat property.

ActionSubmitForm.HtmlFormFormatFlags

Defines possible values of HtmlFormFormat property.

ActionSubmitForm.PDFFormatFlags

Defines possible values of PDFFormat property.

ActionSubmitForm.SubmitFormatType

Defines possible values of SubmitFormat property.