PdfSubmitFormActionIncludeEmptyFields Property |
Gets or sets a value indicating whether fields with no values are excluded from the submission.
Default value: .
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.19
Syntaxpublic bool IncludeEmptyFields { get; set; }Public Property IncludeEmptyFields As Boolean
Get
Set
Property Value
Boolean if fields with no values are excluded from the submission; otherwise,
.
See Also