Options

From PDF XChange PDF SDK
Revision as of 07:55, 20 December 2016 by Palamar (Talk | contribs)

Jump to: navigation, search


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...