Gets or sets a value indicating whether to exclude non user annotations form submit data stream. Meaningful only when the form is being submitted in Forms Data Format and the property is set to true.

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 ExcludeNonUserAnnotations { get; set; }
Public Property ExcludeNonUserAnnotations As Boolean
	Get
	Set
public:
property bool ExcludeNonUserAnnotations {
	bool get ();
	void set (bool value);
}
member ExcludeNonUserAnnotations : bool with get, set

Property Value

Boolean
true if non user annotations should be excluded; otherwise, false.

See Also