Options
From PDF XChange PDF SDK
(→Options Table) |
|||
Line 34: | Line 34: | ||
| class="op_param_name" | MaxEmbeddDepth | | class="op_param_name" | MaxEmbeddDepth | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies maximum level that | + | | Specifies maximum nesting level of the attachments that will be used for search. |
Default value: <tt>'''-1'''</tt> | Default value: <tt>'''-1'''</tt> | ||
|- | |- | ||
Line 55: | Line 55: | ||
| style="text-align:center" | Array | | style="text-align:center" | Array | ||
| Array of <tt>'''String'''</tt> | | Array of <tt>'''String'''</tt> | ||
− | Specifies. | + | Specifies words that should be found in the combination. The operation will search for text that contains all of these words. |
|- | |- | ||
| class="op_param_name" | OR | | class="op_param_name" | OR | ||
| style="text-align:center" | Array | | style="text-align:center" | Array | ||
| Array of <tt>'''String'''</tt> | | Array of <tt>'''String'''</tt> | ||
− | Specifies. | + | Specifies words that should be found separately or in combination. The operation will search for text that contains any of these words. |
|- | |- | ||
| class="op_param_name" | NOT | | class="op_param_name" | NOT | ||
| style="text-align:center" | Array | | style="text-align:center" | Array | ||
| Array of <tt>'''String'''</tt> | | Array of <tt>'''String'''</tt> | ||
− | + | The operation will search for text that contains none of these words. | |
|- | |- | ||
| class="op_param_name" | GetTextOptions | | class="op_param_name" | GetTextOptions |
Revision as of 06:55, 20 December 2016
Options Table
Name | Type | Value |
---|---|---|
Flags | Integer | Specifies the search flags.
Default value: -2147483408 |
Proximity | Integer | Specifies the search proximity.
Default value: 0 |
MaxResDocs | Integer | Specifies maximum number of documents that should be searched through.
Default value: -1 |
MaxResEntries | Integer | Specifies maximum number of search entries.
Default value: -1 |
MaxEmbeddDepth | Integer | Specifies maximum nesting level of the attachments that will be used for search.
Default value: -1 |
MaxFolderDepth | Integer | Specifies maximum folder nesting level.
Default value: -1 |
StartPage | Integer | Specifies start page number.
Default value: 0 |
StopPage | Integer | Specifies last page number.
Default value: -1 |
AND | Array | Array of String
Specifies words that should be found in the combination. The operation will search for text that contains all of these words. |
OR | Array | Array of String
Specifies words that should be found separately or in combination. The operation will search for text that contains any of these words. |
NOT | Array | Array of String
The operation will search for text that contains none of these words. |
GetTextOptions | IUnknown | Specifies... |
Progress | IUnknown | Specifies... |
Callback | IUnknown | Specifies... |
PageSet | IUnknown | Specifies... |