Click or drag to resize

PdfSubmitFormAction Class

PdfSubmitFormActions represents an action to cause the form elements in a document to be sent to a server for processing.
Inheritance Hierarchy
SystemObject
  Atalasoft.PdfDocPdfAction
    Atalasoft.PdfDoc.ActionsPdfSubmitFormAction

Namespace:  Atalasoft.PdfDoc.Actions
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[SerializableAttribute]
public class PdfSubmitFormAction : PdfAction

The PdfSubmitFormAction type exposes the following members.

Constructors
  NameDescription
Public methodPdfSubmitFormAction
Initializes a new instance of the PdfSubmitFormAction class.
Public methodPdfSubmitFormAction(String)
Initializes a new instance of the PdfSubmitFormAction class.
Public methodPdfSubmitFormAction(Uri)
Initializes a new instance of the PdfSubmitFormAction class.
Top
Properties
  NameDescription
Public propertyActionType
Gets the type of the action represented by this object
(Overrides PdfActionActionType.)
Public propertyEmbedForm
Gets or sets a value indicating whether to include the embedded form data.
Public propertyExcludeAnnotationsWithoutUser
Gets or sets a value indicating whether markup annotations that do not have a user name will be ignored.
Public propertyExcludeFdfFile
Gets or sets a value indicating whether to exclude the FDF file specification.
Public propertyExcludeFields
Gets or sets a value indicating whether to exlude fields from the form submission.
Public propertyFields
Gets the fields that will be included or excluded from the form submission. If the Fields property is empty, all fields will be sumbitted, ignoring the ExcludeFields property, except for those fields that individually have IsFieldNoExport set to true.
Public propertyFormDestination
Gets or sets the form destination.
Public propertyIncludeAnnotations
Gets or sets a value indicating whether to include all markup annotation data.
Public propertyIncludeAppendSaves
Gets or sets a value indicating whether to include appended save data.
Public propertyIncludeEmptyFields
Gets or sets a value indicating whether empty fields should be sumbitted.
Public propertyMalformedImportedUri
If a PDF file has been read that contains an improper URI, this property will be set to the improper value and the FormDestination will be set to null.
Public propertySubmitAsHtml
If SubmitAsPdf and SubmitAsXFDF are false, then if SubmitAsHtml is true, the form will be submitted as HTML form formal, otherwise it will be submitted as FDF.
Public propertySubmitAsPdf
Gets or sets a value indicating whether the entire document will be sumbitted.
Public propertySubmitAsXFDF
Gets or sets a value indicating whether to submit the form as XFDF.
Public propertySubmitCoordinates
Gets or sets a value indicating whether to submit coordinates with the data.
Public propertySubmitDatesAsPdfFormat
Gets or sets a value indicating whether to submit dates in the PDF date format
Public propertyUseHttpGet
Gets or sets a value indicating whether to use HTTP GET, otherwise use HTTP POST.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodLLValidate
Low-level validation. Not for use by client code
(Inherited from PdfAction.)
Public methodMakeRepairContext
Makes the repair context for repairing problems in this object. An object implementing IValidatable should at least return an empty RepairContext object.
(Inherited from PdfAction.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate
Validates the object and accumulates any problems in the problems list.
(Inherited from PdfAction.)
Top
See Also