Options

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
(Label ToWrite removed)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
{{#customTitle:Options}}
 
{{#customTitle:Options}}
 
{{#parentPage:PXV:op_document_importCommentsAndFields|Options|property}}
 
{{#parentPage:PXV:op_document_importCommentsAndFields|Options|property}}
{{ToWrite}}
+
 
 
{{ToReview}}
 
{{ToReview}}
  
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" | Flags
 
| style="text-align:center" | Integer
 
| Specifies...
 
Default value: <tt>'''0'''</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]].
 
|}
 
|}

Latest revision as of 00:37, 1 July 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.