TextField.Required Property

Gets or Sets the required state for the field. If set, the field must have a value at the time it is exported by a submit-form action.

public bool Required { get; set; }
Public Property Required As Boolean

Property Value

Boolean

Licensing Info

This property is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

TextField
ceTe.DynamicPDF.PageElements.Forms

In this topic