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.Layout.Actions
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.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