Click or drag to resize

PdfSubmitAction IncludeAnnotations Property

Gets or sets a value indicating whether to submit annotations. Meaningful only when the form is being submitted in Forms Data Format. If set, the submitted FDF file includes all markup annotations in the underlying PDF document. If clear, markup annotations 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 IncludeAnnotations { get; set; }

Property Value

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