CPDFSearchOptions Constants Reference
| Declared in | CPDFDocument.h |
|---|
CPDFSearchOptions
Definition
typedef NS_OPTIONS(NSInteger, CPDFSearchOptions ) {
CPDFSearchCaseInsensitive = 0,
CPDFSearchCaseSensitive = 1,
CPDFSearchMatchWholeWord = 2,
CPDFSearchConsecutive = 4,
};
Constants
CPDFSearchCaseInsensitive-
Declared In
CPDFDocument.h. CPDFSearchCaseSensitive-
If not set, it will not match case by default.
Declared In
CPDFDocument.h. CPDFSearchMatchWholeWord-
If not set, it will not match the whole word by default.
Declared In
CPDFDocument.h. CPDFSearchConsecutive-
If not set, it will skip past the current match to look for the next match.
Declared In
CPDFDocument.h.