Documents for PDF, .NET Edition Documentation
ActionSubmitForm Class Members
Properties 

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Actions Namespace : ActionSubmitForm Class

The following tables list the members exposed by ActionSubmitForm.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets or sets a value indicating whether any submitted field values representing dates are converted to the standard format described in PDF specification.  
Public PropertyGets or sets a value indicating whether to exclude the fields specified in FieldNames from processing (by default, this property is false and the specified fields are included). (Inherited from GrapeCity.Documents.Pdf.Actions.ActionFieldsBase)
Public PropertyGets or sets additional flags used if SubmitFormat is ActionSubmitForm.SubmitFormatType.FDF.  
Public PropertyGets the list of names of fields that should be processed (or excluded from processing, see ExcludeSpecifiedFields) by this action. If empty then all fields will be processed. (Inherited from GrapeCity.Documents.Pdf.Actions.ActionFieldsBase)
Public PropertyGets or sets additional flags used if SubmitFormat is ActionSubmitForm.SubmitFormatType.HtmlForm.  
Public PropertyGets or sets a value indicating whether the fields without a value should be inclured in request.  
Public PropertyGets or sets the next ActionBase or sequence of actions to be performed after this action. (Inherited from GrapeCity.Documents.Pdf.Actions.ActionBase)
Public PropertyGets or sets additional flags used if SubmitFormat is ActionSubmitForm.SubmitFormatType.PDF.  
Public PropertyGets or sets the format which should be used in request.  
Public PropertyGets or sets the GrapeCity.Documents.Pdf.FileSpecification object defining URL of the script at the Web server that will process the submission.  
Top
See Also

Reference

ActionSubmitForm Class
GrapeCity.Documents.Pdf.Actions Namespace