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.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntaxpublic bool All { get; set; }Public Property All As Boolean
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