Options

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(3 intermediate revisions by 2 users 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 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
 
| 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>
 
|-
 
|-
 
| 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>
 
|-
 
|-
 
| 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
| Specifies...
+
| 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
 
| 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>
 
|}
 
|}

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