[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Actions

GrapeCity.Documents.Pdf.Actions Namespace

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 classes, operating over a set of specified fields.

ActionGoTo

Represents an action that changes the view to a destination (page, location, and magnification factor) specified by a DestinationBase object.

ActionGoToR

Represents a go-to remote action similar to 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

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

ActionJavaScript

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

ActionLaunch

Represents an action that launches an application or opens or prints a document.

ActionLaunch.WinAttrs

Defines windows-specific launch parameters.

ActionNamed

Represents an action that performs some viewer application action such as go to next or previous page, etc.

ActionResetForm

Represents an action that 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.

ActionSound

Represents an action that plays a sound.

ActionSubmitForm

Represents 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.

ActionURI

Represents an action that causes navigation to a specified URI.

ActionUnknown

Represents an unknown action.

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.