Click or drag to resize

PdfSubmitFormActionIncludeEmptyFields Property

Gets or sets a value indicating whether fields with no values are excluded from the submission.

Default value: .


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

Property Value

Boolean
if fields with no values are excluded from the submission; otherwise, .
See Also