Options
From PDF XChange PDF SDK
Options Table
Name | Type | Value | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Fields | Array | Array of String
Specifies an array of field names to submit or a string containing a single field name. | ||||||||||||||||
Exclude | Boolean | Specifies the exclude value. If Exclude has a value of false, that array defines a list of fields that should be excluded from all fields list before resetting.
Default value: false | ||||||||||||||||
URL | String | Specifies the URL to submit to.
Default value: Empty String | ||||||||||||||||
SubmitAs | Integer | Specifies this parameter indicates the format for submission. Values are:
Default value: 0 (FDF) | ||||||||||||||||
Packets | Integer | An array of strings, specifying which packets to include in an XDP submission. This parameter is only applicable if SubmitAs is XDP. Possible strings are:
Default value: 34 (datasets | xfdf) | ||||||||||||||||
Flags | Integer | Specifies where from the flag operation.
The list of possible values are shown in PXC_SubmitFormActionFlags Default value: 0 | ||||||||||||||||
DocPermID | String | Specifies a permanent ID to assign to the PDF that is submitted.
Default value: Empty String | ||||||||||||||||
DocInstID | String | Specifies an instance ID to assign to the PDF that is submitted.
Default value: Empty String | ||||||||||||||||
FDFScriptBefore | String | Specifies can be used to include Before scripts in a submitted FDF file.
Default value: Empty String | ||||||||||||||||
FDFScriptAfter | String | Specifies can be used to include After scripts in a submitted FDF file.
Default value: Empty String | ||||||||||||||||
FDFScriptDoc | Array | Array of Dictionary
Specifies can be used to include Doc scripts in a submitted FDF file. |
FDFScriptDoc Table
Name | Type | Value |
---|---|---|
Name | String | Specifies name of the new JavaScript array entry.
Default value: Empty String |
Script | String | Specifies script of the new JavaScript array entry.
Default value: Empty String |