SubmitFormActionCanonicalDateTimeFormat Property ByteScout PDF SDK
Gets or sets a value indicating whether date and time have canonical format.
Remarks

If set true, any submitted field values representing dates are converted to the standard format. The interpretation of a form field as a date is not specified explicitly in the field itself but only in the JavaScript code that processes it.

Namespace:  Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax

public bool CanonicalDateTimeFormat { get; set; }

Property Value

Type: Boolean
See Also

Reference