Options

From PDF XChange PDF SDK
Jump to: navigation, search
 
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
{{#customTitle:Options}}
 
{{#customTitle:Options}}
 
{{#parentPage:PXV:op_openDoc|Options|property}}
 
{{#parentPage:PXV:op_openDoc|Options|property}}
{{ToWrite}}
+
 
 
{{ToReview}}
 
{{ToReview}}
  
Line 18: Line 18:
 
| class="op_param_name" | CancelAllowed
 
| class="op_param_name" | CancelAllowed
 
| style="text-align:center" | Boolean
 
| style="text-align:center" | Boolean
| Specifies...
+
| Specifies whether the canceling of the document opening should be allowed.
 
Default value: <tt>'''true'''</tt>
 
Default value: <tt>'''true'''</tt>
 
|-
 
|-
Line 38: Line 38:
 
| class="op_param_name" | FS
 
| class="op_param_name" | FS
 
| style="text-align:center" | String
 
| style="text-align:center" | String
| Specifies...
+
| Specifies the [[PXV:IAFS_FileSys|IAFS_FileSys]] for the current file path.
 
Default value: <tt>'''Empty String'''</tt>
 
Default value: <tt>'''Empty String'''</tt>
 
|-
 
|-
 
| class="op_param_name" | DIPath
 
| class="op_param_name" | DIPath
 
| style="text-align:center" | Boolean
 
| style="text-align:center" | Boolean
| The flag that specifies the input file name is device-independed or not..
+
| The flag that specifies the input file name is device-independed or not.
 
Default value: <tt>'''false'''</tt>
 
Default value: <tt>'''false'''</tt>
 
|-
 
|-
 
| class="op_param_name" | DispSrcName
 
| class="op_param_name" | DispSrcName
 
| style="text-align:center" | String
 
| style="text-align:center" | String
| Specifies...
+
| Specifies the source file name that would be displayed in the progress bar.
 
Default value: <tt>'''Empty String'''</tt>
 
Default value: <tt>'''Empty String'''</tt>
 
|-
 
|-
 
| class="op_param_name" | NoAuth
 
| class="op_param_name" | NoAuth
 
| style="text-align:center" | Boolean
 
| style="text-align:center" | Boolean
| Specifies...
+
| Specifies whether the authentication will be allowed.
 
Default value: <tt>'''false'''</tt>
 
Default value: <tt>'''false'''</tt>
|-
 
| class="op_param_name" | SecData
 
| style="text-align:center" | IUnknown
 
| Specifies...
 
 
|-
 
|-
 
| class="op_param_name" | Password
 
| class="op_param_name" | Password

Latest revision as of 12:25, 9 March 2016


Options Table

Name Type Value
Progress IUnknown Specifies the sub progress IProgressMon.
CancelAllowed Boolean Specifies whether the canceling of the document opening should be allowed.

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 the IAFS_FileSys for the current file path.

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 the source file name that would be displayed in the progress bar.

Default value: Empty String

NoAuth Boolean Specifies whether the authentication will be allowed.

Default value: false

Password String Specifies the Password to authorize.

Default value: Empty String