PdfSubmitAction
EmbedForm Property
|
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, theproperty 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: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
Boolean
true
if form should be embedded to submit stream; otherwise,
false
.
See Also