op.imagesToDoc IOpInputItem additional parameters

From PDF XChange PDF SDK
Jump to: navigation, search
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}}
  

Revision as of 07:08, 15 June 2015


Fake attributes for the wrapped input item of the imagesToDoc operation 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
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