op.imagesToDoc IOpInputItem additional parameters

From PDF XChange PDF SDK
Jump to: navigation, search
 
(12 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
{{#customTitle:op.imagesToDoc IOpInputItem additional parameters}}
 
{{#customTitle:op.imagesToDoc IOpInputItem additional parameters}}
 
{{#parentPage:PXV:op_imagesToDoc|IOpInputItem additional parameters|property}}
 
{{#parentPage:PXV:op_imagesToDoc|IOpInputItem additional parameters|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
== Parameners Table ==
+
Additional parameters for the wrapped input item of the imagesToDoc operation are generally used when there is a need to display to the end user alternative file attributes instead of the real ones. For example, when the item is a temporary file retrieved from the scanner operation, with the non-informative file path and name, fake attributes allow to display it in the dialog as the "Scanned Image #2" from "Cannon 4500".
 +
 
 +
== Parameters Table ==
  
 
{| class="wikitable op_options" id="Options"
 
{| class="wikitable op_options" id="Options"
Line 12: Line 13:
 
! '''Value'''
 
! '''Value'''
 
|-
 
|-
| class="op_param_name" | ShowFakeAttributes
+
| class="op_param_name" | DispTitle
| style="text-align:center" | Boolean
+
| If <tt>true</tt>, [[#FakeAttributes|FakeAttributes]] will be used in operation to display information about wrapped input item.
+
|-
+
| class="op_param_name" | [[#FakeAttributes|FakeAttributes]]
+
| style="text-align:center" | Dictionary
+
| The list of the attributes which will be used in operation to display information about wrapped input item, if '''FakeAttributes'''
+
|}
+
 
+
== Fake Attributes Table ==
+
 
+
{| class="wikitable op_options" id="FakeAttributes"
+
! style="width:120pt;" | '''Name'''
+
! style="width:60pt;" | '''Type'''
+
! '''Value'''
+
|-
+
| class="op_param_name" | TitleToShow
+
 
| style="text-align:center" | String
 
| style="text-align:center" | String
| Specifies...
+
| If not empty, specifies the string which will be shown to the end user as the file title of the wrapped input item.
 
Default value: <tt>'''Empty String'''</tt>
 
Default value: <tt>'''Empty String'''</tt>
 
|-
 
|-
| class="op_param_name" | ExtensionToShow
+
| class="op_param_name" | DispExt
 
| style="text-align:center" | String
 
| style="text-align:center" | String
| Specifies...
+
| If not empty, specifies the string which will be shown to the end user as the file extension of the wrapped input item.
 
Default value: <tt>'''Empty String'''</tt>
 
Default value: <tt>'''Empty String'''</tt>
 
|-
 
|-
| class="op_param_name" | LocationToShow
+
| class="op_param_name" | DispFolder
 
| style="text-align:center" | String
 
| style="text-align:center" | String
| Specifies...
+
| If not empty, specifies the string which will be shown to the end user as the location (file path) of the wrapped input item.
 
Default value: <tt>'''Empty String'''</tt>
 
Default value: <tt>'''Empty String'''</tt>
 
|}
 
|}
 +
 +
== See Also ==
 +
:[[PXV:op_imagesToDoc|op_imagesToDoc]]
 +
:[[PXV:IOpInputItem|IOpInputItem]]

Latest revision as of 00:59, 20 June 2015


Additional parameters for the wrapped input item of the imagesToDoc operation are generally used when there is a need to display to the end user alternative file attributes instead of the real ones. For example, when the item is a temporary file retrieved from the scanner operation, with the non-informative file path and name, fake attributes allow to display it in the dialog as the "Scanned Image #2" from "Cannon 4500".

Parameters Table

Name Type Value
DispTitle String If not empty, specifies the string which will be shown to the end user as the file title of the wrapped input item.

Default value: Empty String

DispExt String If not empty, specifies the string which will be shown to the end user as the file extension of the wrapped input item.

Default value: Empty String

DispFolder String If not empty, specifies the string which will be shown to the end user as the location (file path) of the wrapped input item.

Default value: Empty String

See Also

op_imagesToDoc
IOpInputItem