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: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool IncludeAnnotations { get; set; }
Public Property IncludeAnnotations As Boolean
	Get
	Set
public:
property bool IncludeAnnotations {
	bool get ();
	void set (bool value);
}
member IncludeAnnotations : bool with get, set

Property Value

Boolean
true if annotations should be submitted; otherwise, false.

See Also