Click or drag to resize

PdfFormActionSelectedFieldCollectionExcluded Property

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

Default value: .


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

Property Value

Boolean
to exclude fields with names specified in SelectedFields from the submission / resetting; otherwise, to submit / reset fields with names specified in SelectedFields.
See Also