Click or drag to resize

PdfFormActionSelectedFieldCollection Properties

The PdfFormActionSelectedFieldCollection type exposes the following members.

Properties
 NameDescription
Public propertyAll

Gets or sets a value indicating whether to submit / reset all form fields.

If , then only fields with names specified in SelectedFields are submitted / reset (if Excluded is ) or excluded from the submission / resetting (if Excluded is ).

Default value: .

Public propertyExcluded

Gets or sets a value indicating whether fields with names specified in SelectedFields are excluded from the submission / resetting.

Default value: .

Top
See Also