ComboBox.Required Property

Gets or Sets the value specifying the required state of a 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

ComboBox
ceTe.DynamicPDF.PageElements.Forms

In this topic