Options
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
Line 14: | Line 14: | ||
| class="op_param_name" | FileName | | class="op_param_name" | FileName | ||
| style="text-align:center" | String | | style="text-align:center" | String | ||
− | | Specifies. | + | | Specifies the name of the resulting file. FDF and XFDF formats are supported. |
Default value: <tt>'''Empty String'''</tt> | Default value: <tt>'''Empty String'''</tt> | ||
|- | |- | ||
| class="op_param_name" | ImportAnnots | | class="op_param_name" | ImportAnnots | ||
| style="text-align:center" | Boolean | | style="text-align:center" | Boolean | ||
− | | Specifies | + | | Specifies whether the annotations should be imported. |
Default value: <tt>'''true'''</tt> | Default value: <tt>'''true'''</tt> | ||
|- | |- | ||
| class="op_param_name" | ImportFields | | class="op_param_name" | ImportFields | ||
| style="text-align:center" | Boolean | | style="text-align:center" | Boolean | ||
− | | Specifies | + | | Specifies whether the fields should be imported. |
Default value: <tt>'''true'''</tt> | Default value: <tt>'''true'''</tt> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
| class="op_param_name" | SrcFile | | class="op_param_name" | SrcFile | ||
| style="text-align:center" | IUnknown | | style="text-align:center" | IUnknown | ||
− | | Specifies. | + | | Specifies the source file which the comments and fields will be imported from. Can be [[PXV:IAFS_Name|IAFS_Name]], [[PXV:IAFS_File|IAFS_File]] or [[PXV:IStream|IStream]]. |
|} | |} |
Revision as of 23:36, 30 June 2016
Options Table
Name | Type | Value |
---|---|---|
FileName | String | Specifies the name of the resulting file. FDF and XFDF formats are supported.
Default value: Empty String |
ImportAnnots | Boolean | Specifies whether the annotations should be imported.
Default value: true |
ImportFields | Boolean | Specifies whether the fields should be imported.
Default value: true |
SrcFile | IUnknown | Specifies the source file which the comments and fields will be imported from. Can be IAFS_Name, IAFS_File or IStream. |