Click or drag to resize

PdfTextFieldIsDate Property

Gets a value indicating if the form field is a date field.

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdf (in RadPdf.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax
public bool IsDate { get; }

Property Value

Type: Boolean
Remarks

If true, this form field is formatted to contain a date; otherwise false.

In some PDF tools, this field will show a date picker popup when clicked.

See Also

Reference

PdfTextFieldIsDate