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).

Namespace: TallComponents.PDF.Actions
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public bool ConvertDatesToStandardFormat { get; set; }
Visual Basic
Public Property ConvertDatesToStandardFormat As Boolean
	Get
	Set

Remarks

This property has no meaning for SubmitFormat: Pdf.

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

See Also