Determines whether PDF file will
be included as part of the data.
SyntaxReference_Syntax.embedPDF = "0 | 1"
Values
Type
|
Values
|
String
|
The PDF file is sent
as part of in the data.
The
PDF file is not sent as part of the data. A URI is sent in its place.
|
JavaScriptButton1.resolveNode("#event.#submit").embedPDF = "1";
FormCalcButton1.#event.#submit.embedPDF = "1"
|
|
|