op.imagesToDoc IOpInputItem additional parameters

From PDF XChange PDF SDK
Jump to: navigation, search
(Fake Attributes Table)
Line 30: Line 30:
 
| class="op_param_name" | TitleToShow
 
| class="op_param_name" | TitleToShow
 
| style="text-align:center" | String
 
| style="text-align:center" | String
| Specifies...
+
| Specifies the string which will be shown to the end user as the file title of the wrapped input item in the operation.
 
Default value: <tt>'''Empty String'''</tt>
 
Default value: <tt>'''Empty String'''</tt>
 
|-
 
|-
 
| class="op_param_name" | ExtensionToShow
 
| class="op_param_name" | ExtensionToShow
 
| style="text-align:center" | String
 
| style="text-align:center" | String
| Specifies...
+
| Specifies the string which will be shown to the end user as the file extension of the wrapped input item in the operation.
 
Default value: <tt>'''Empty String'''</tt>
 
Default value: <tt>'''Empty String'''</tt>
 
|-
 
|-
 
| class="op_param_name" | LocationToShow
 
| class="op_param_name" | LocationToShow
 
| style="text-align:center" | String
 
| style="text-align:center" | String
| Specifies...
+
| Specifies the string which will be shown to the end user as the location (file path) of the wrapped input item in the operation.
 
Default value: <tt>'''Empty String'''</tt>
 
Default value: <tt>'''Empty String'''</tt>
 
|}
 
|}

Revision as of 05:50, 15 June 2015


Parameters Table

Name Type Value
ShowFakeAttributes Boolean If true, FakeAttributes will be used in operation to display information about wrapped input item.
FakeAttributes Dictionary The list of the attributes which will be used in operation to display information about wrapped input item, if FakeAttributes parameter is set to true.

Fake Attributes Table

Name Type Value
TitleToShow String Specifies the string which will be shown to the end user as the file title of the wrapped input item in the operation.

Default value: Empty String

ExtensionToShow String Specifies the string which will be shown to the end user as the file extension of the wrapped input item in the operation.

Default value: Empty String

LocationToShow String Specifies the string which will be shown to the end user as the location (file path) of the wrapped input item in the operation.

Default value: Empty String