Click or drag to resize

PdfSubmitAction IncludeIncrementalUpdates Property

Gets or sets a value indicating whether to submit form's incremental updates. Meaningful only when the form is being submitted in Forms Data Format. If set, the submitted FDF file includes the contents of all incremental updates to the underlying PDF document. If clear, the incremental updates are not included.

Namespace: Spire.Pdf.Actions
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool IncludeIncrementalUpdates { get; set; }

Property Value

Type: Boolean
true if incremental updates should be submitted; otherwise, false .
See Also