PDFReaderControls.NET Professional Type Reference

ActionHandler.SubmitFields Method 

SubmitFields Form action

public virtual void SubmitFields(
   string url,
   Field[] fields,
   SubmitFormat submitFormat,
   HttpMethod httpMethod,
   bool includeEmptyFields,
   bool convertDatesToStandardFormat,
   ActionContext context
);

Parameters

url
The url used to submit to.
fields
The fields to submit.
submitFormat
The submit format specifies what to submit to the server.
httpMethod
The http method specifies how to submit to the server. This property is meaningfull for SubmitFormat: Pdf and Html
includeEmptyFields
Fields without a value should be submitted also. This property has no meaning for SubmitFormat: Pdf
convertDatesToStandardFormat
When submitting all fields which contains a date are converted to a predefined format, otherwise the value is submitted as-is (aka how the user entered the data).

This property has no meaning for SubmitFormat: Pdf.

The predefined format: 'D:yyyymmdd' (without the quotes)

context
The context in which this action is executed.

Remarks

context can be a null reference.

See Also

ActionHandler Class | TallComponents.PDF.Actions Namespace