[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Actions.ActionSubmitForm

Class ActionSubmitForm

Namespace
GrapeCity.Documents.Pdf.Actions
Assembly
GcDocs.Pdf.dll

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.

public class ActionSubmitForm : ActionFieldsBase, IPdfDict
Inheritance
object
ActionSubmitForm
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

ActionSubmitForm()

Initializes a new instance of the ActionSubmitForm.

public ActionSubmitForm()

ActionSubmitForm(string)

Initializes a new instance of the ActionSubmitForm.

public ActionSubmitForm(string uri)

Parameters

uri string

The URL of the script at the Web server that will process the submission.

Properties

CanonicalDateFormat

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

public bool CanonicalDateFormat { get; set; }

Property Value

bool

FDFFormat

Gets or sets additional flags used if SubmitFormat is FDF.

public ActionSubmitForm.FDFFormatFlags FDFFormat { get; set; }

Property Value

ActionSubmitForm.FDFFormatFlags

HtmlFormFormat

Gets or sets additional flags used if SubmitFormat is HtmlForm.

public ActionSubmitForm.HtmlFormFormatFlags HtmlFormFormat { get; set; }

Property Value

ActionSubmitForm.HtmlFormFormatFlags

IncludeFieldsWithNoValue

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

public bool IncludeFieldsWithNoValue { get; set; }

Property Value

bool
See Also

PDFFormat

Gets or sets additional flags used if SubmitFormat is PDF.

public ActionSubmitForm.PDFFormatFlags PDFFormat { get; set; }

Property Value

ActionSubmitForm.PDFFormatFlags

SubmitFormat

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

public ActionSubmitForm.SubmitFormatType SubmitFormat { get; set; }

Property Value

ActionSubmitForm.SubmitFormatType

URI

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

public FileSpecification URI { get; set; }

Property Value

FileSpecification