Gets or sets a value indicating whether to include form to submit data stream. Meaningful only when the form is being submitted in Forms Data Format. If set, the property is a file name containing an embedded file stream representing the PDF file from which the FDF is being submitted.

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

Property Value

Boolean
true if form should be embedded to submit stream; otherwise, false.

See Also