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