Options

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 14: Line 14:
 
| class="op_param_name" | Progress
 
| class="op_param_name" | Progress
 
| style="text-align:center" | IUnknown
 
| style="text-align:center" | IUnknown
| Specifies...
+
| Specifies the sub progress [[PXV:IProgressMon|IProgressMon]].
 
|-
 
|-
 
| class="op_param_name" | CancelAllowed
 
| class="op_param_name" | CancelAllowed
Line 23: Line 23:
 
| class="op_param_name" | SubProgress
 
| class="op_param_name" | SubProgress
 
| style="text-align:center" | Boolean
 
| style="text-align:center" | Boolean
| Specifies...
+
| Specifies the use sub progess. Set to to 'true' to keep current progress title, the set progress param [[PXV:IProgressMon|IProgressMon]]::[[PXV:IProgressMon_Start|Start]]/[[PXV:IProgressMon_Stop|Stop]] not be called.
 
Default value: <tt>'''false'''</tt>
 
Default value: <tt>'''false'''</tt>
 
|-
 
|-
 
| class="op_param_name" | NativeOnly
 
| class="op_param_name" | NativeOnly
 
| style="text-align:center" | Boolean
 
| style="text-align:center" | Boolean
| Specifies...
+
| Specifies the convert open file to PDF. Set to to 'true' skip non-PDF files.
 
Default value: <tt>'''false'''</tt>
 
Default value: <tt>'''false'''</tt>
 
|-
 
|-
 
| class="op_param_name" | ParentWnd
 
| class="op_param_name" | ParentWnd
 
| style="text-align:center" | Integer64
 
| style="text-align:center" | Integer64
| Specifies...
+
| Specifies a window identifier for using as parent window for showing messages about progress of sending email. If this property value is 0 then the main window will be selected automatically.
 
Default value: <tt>'''0'''</tt>
 
Default value: <tt>'''0'''</tt>
 
|-
 
|-
Line 43: Line 43:
 
| class="op_param_name" | DIPath
 
| class="op_param_name" | DIPath
 
| style="text-align:center" | Boolean
 
| style="text-align:center" | Boolean
| Specifies...
+
| The flag that specifies the input file name is device-independed or not..
 
Default value: <tt>'''false'''</tt>
 
Default value: <tt>'''false'''</tt>
 
|-
 
|-
Line 62: Line 62:
 
| class="op_param_name" | Password
 
| class="op_param_name" | Password
 
| style="text-align:center" | String
 
| style="text-align:center" | String
| Specifies...
+
| Specifies the Password to authorize.
 
Default value: <tt>'''Empty String'''</tt>
 
Default value: <tt>'''Empty String'''</tt>
 
|}
 
|}

Revision as of 03:24, 1 March 2016


Options Table

Name Type Value
Progress IUnknown Specifies the sub progress IProgressMon.
CancelAllowed Boolean Specifies...

Default value: true

SubProgress Boolean Specifies the use sub progess. Set to to 'true' to keep current progress title, the set progress param IProgressMon::Start/Stop not be called.

Default value: false

NativeOnly Boolean Specifies the convert open file to PDF. Set to to 'true' skip non-PDF files.

Default value: false

ParentWnd Integer64 Specifies a window identifier for using as parent window for showing messages about progress of sending email. If this property value is 0 then the main window will be selected automatically.

Default value: 0

FS String Specifies...

Default value: Empty String

DIPath Boolean The flag that specifies the input file name is device-independed or not..

Default value: false

DispSrcName String Specifies...

Default value: Empty String

NoAuth Boolean Specifies...

Default value: false

SecData IUnknown Specifies...
Password String Specifies the Password to authorize.

Default value: Empty String