Click or drag to resize

PdfFormActionSelectedFieldCollectionAll Property

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: .


Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public bool All { get; set; }

Property Value

Boolean
to submit / reset all form fields; otherwise, to submit / reset (if Excluded is ) or exclude from the submission / resetting (if Excluded is ) only fields with names specified in SelectedFields.
See Also