[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Actions.ActionSubmitForm

ActionSubmitForm Class

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.

Implements
Namespace: GrapeCity.Documents.Pdf.Actions
Assembly: DS.Documents.Pdf.dll
Syntax
public class ActionSubmitForm : ActionFieldsBase, IPdfDict
Public Class ActionSubmitForm
    Inherits ActionFieldsBase
    Implements IPdfDict

Constructors

Name Description
ActionSubmitForm()

Initializes a new instance of the ActionSubmitForm.

ActionSubmitForm(string)

Initializes a new instance of the ActionSubmitForm.

Properties

Name Description
CanonicalDateFormat

Gets or sets a value indicating whether any submitted field values representing dates are converted to the standard format described in PDF specification.

FDFFormat

Gets or sets additional flags used if SubmitFormat is FDF.

HtmlFormFormat

Gets or sets additional flags used if SubmitFormat is HtmlForm.

IncludeFieldsWithNoValue

Gets or sets a value indicating whether the fields without a value should be included in request.

PDFFormat

Gets or sets additional flags used if SubmitFormat is PDF.

SubmitFormat

Gets or sets the format which should be used in request.

URI

Gets or sets the FileSpecification object defining URL of the script at the Web server that will process the submission.

Extension Methods